Skip to content

Commit

Permalink
only create doxygen documentation for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
schnelle committed May 8, 2024
1 parent 93bb114 commit 3b8b206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/w3cipa/w3cipaframework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ install(TARGETS ${PROJECT_NAME}
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)

#if (CMAKE_BUILD_TYPE MATCHES "^[Rr]elease")
if (CMAKE_BUILD_TYPE MATCHES "^[Rr]elease")
# check if Doxygen is installed
find_package(Doxygen)
if (DOXYGEN_FOUND)
Expand All @@ -119,4 +119,4 @@ install(TARGETS ${PROJECT_NAME}
else (DOXYGEN_FOUND)
message("Doxygen need to be installed to generate the doxygen documentation")
endif (DOXYGEN_FOUND)
#endif()
endif()

0 comments on commit 3b8b206

Please sign in to comment.