From e017f8403b94593608ebde43e2b0b17f88ff57ac Mon Sep 17 00:00:00 2001 From: shahoian Date: Wed, 1 Aug 2012 16:31:41 +0000 Subject: [PATCH] The local CMakeList.txt files will not be regenerated from the template, instead the versions maintained by svn will be used. Needed for making independent nested directories cmake... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 13c5c3b1479..b1b236f563a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -243,7 +243,7 @@ add_subdirectory(Vc) # ------------------------------ foreach(MODULE ${MODDIRS}) set(${MODULE}ALIBS) - configure_file(${PROJECT_SOURCE_DIR}/cmake/Module.tmp ${PROJECT_SOURCE_DIR}/${MODULE}/CMakeLists.txt @ONLY) +#RS configure_file(${PROJECT_SOURCE_DIR}/cmake/Module.tmp ${PROJECT_SOURCE_DIR}/${MODULE}/CMakeLists.txt @ONLY) add_custom_target(${MODULE}-all ALL) add_custom_target(${MODULE}-par-all) add_custom_target(test-${MODULE}-par-all) -- 2.43.0