Make virtualenv dir configurable and break long lines

This commit is contained in:
Victor Zverovich
2016-05-26 06:52:51 -07:00
parent 231c16df25
commit fcaf8a0cdc
2 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ if (NOT DOXYGEN)
endif ()
add_custom_target(doc
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/build.py ${FMT_VERSION})
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/build.py ${FMT_VERSION} SOURCES build.py)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/
DESTINATION share/doc/fmt OPTIONAL)