Skip to content

Commit

Permalink
do not build docsa by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nephatrine committed Oct 4, 2015
1 parent bada0e7 commit 05d5311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ endif()

if(NOWIDE_BUILD_DOC_HTML OR NOWIDE_BUILD_DOC_TEX)
configure_file("Doxyfile.in" "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile" @ONLY)
add_custom_target(doc ALL "${DOXYGEN_EXECUTABLE}" Doxyfile
add_custom_target(doc "${DOXYGEN_EXECUTABLE}" Doxyfile
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Generating API Documentation" VERBATIM)
endif()
Expand Down

1 comment on commit 05d5311

@nephatrine
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"docsa" lol

Please sign in to comment.