commit 04f705fa7bcb32b391f0f00c8feb01e540437ad7
parent e2e3971d152e35218be931b3fc86d5bab75c204f
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 25 Apr 2018 14:19:11 +0200
Workaround to have ctest working again
Was following a move to the Community edition of Visual Studio that left the test par of this project broken.
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -36,6 +36,12 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${RCMAKE_SOURCE_DIR})
include(rcmake)
include(rcmake_runtime)
+if(NO_TEST)
+rcmake_append_runtime_dirs(_runtime_dirs RSys Star2D)
+else()
+rcmake_append_runtime_dirs(_runtime_dirs RSys StarSP Star2D)
+endif()
+
################################################################################
# Configure and define targets
################################################################################