Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if(RAPIDJSON_BUILD_DOC)
endif()

add_custom_target(travis_doc)
add_custom_command(TARGET travis_doc
add_custom_command(TARGET travis_doc POST_BUILD
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/travis-doxygen.sh)
Comment on lines 164 to 166

Choose a reason for hiding this comment

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

Use the following instead

add_custom_target(travis_doc
    COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/travis-doxygen.sh
)


if(RAPIDJSON_BUILD_EXAMPLES)
Expand Down