~singpolyma/biboumi

f03d1a16ddca85ccfabc9cad01ed206d75301043 — Florent Le Coz 8 years ago 580b721
Only download Catch when the test_suite target is built
1 files changed, 1 insertions(+), 0 deletions(-)

M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +1 -0
@@ 175,6 175,7 @@ ExternalProject_Add(catch
  BUILD_COMMAND ""
  INSTALL_COMMAND ""
)
set_target_properties(catch PROPERTIES EXCLUDE_FROM_ALL TRUE)
ExternalProject_Get_Property(catch SOURCE_DIR)
target_include_directories(test_suite
  PUBLIC "${SOURCE_DIR}/include/"