We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1096988 + dbdd676 commit a8bdc76Copy full SHA for a8bdc76
CMakeLists.txt
@@ -878,10 +878,6 @@ IF(BUILD_DOCUMENTATION)
878
SET(GENERATE_TAGFILE "${OpenSceneGraph_BINARY_DIR}/doc/OpenThreadsReferenceDocs/ot.tag")
879
ENDIF()
880
881
- # This processes our openthreads.doxyfile.cmake and generate a final doxyfile
882
- CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/doc/Doxyfiles/openthreads.doxyfile.cmake
883
- ${PROJECT_BINARY_DIR}/doc/openthreads.doxyfile
884
- )
885
# copy the osg logo to documentations target folder
886
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/PlatformSpecifics/Windows/icons/src/osg32-32.png
887
${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs/osg32-32.png COPYONLY
0 commit comments