Skip to content

Commit a8bdc76

Browse files
authored
Merge pull request #8 from jcarpent/master
Fix bug when compiling the doc
2 parents 1096988 + dbdd676 commit a8bdc76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -878,10 +878,6 @@ IF(BUILD_DOCUMENTATION)
878878
SET(GENERATE_TAGFILE "${OpenSceneGraph_BINARY_DIR}/doc/OpenThreadsReferenceDocs/ot.tag")
879879
ENDIF()
880880

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-
)
885881
# copy the osg logo to documentations target folder
886882
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/PlatformSpecifics/Windows/icons/src/osg32-32.png
887883
${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs/osg32-32.png COPYONLY

0 commit comments

Comments
 (0)