Commit a3b43745 authored by Matthias Vallentin's avatar Matthias Vallentin

Simplify re-running configure via CMake target

parent ce7a5a50
...@@ -15,6 +15,9 @@ if(WIN32 AND NOT CAF_BUILD_STATIC_ONLY) ...@@ -15,6 +15,9 @@ if(WIN32 AND NOT CAF_BUILD_STATIC_ONLY)
set(CAF_BUILD_STATIC_ONLY yes) set(CAF_BUILD_STATIC_ONLY yes)
endif() endif()
# add helper target that simplifies re-running configure
add_custom_target(configure COMMAND ${CMAKE_CURRENT_BINARY_DIR}/config.status)
################################################################################ ################################################################################
# set included flags if needed # # set included flags if needed #
################################################################################ ################################################################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment