moved dvm to submodule
This commit is contained in:
@@ -11,10 +11,10 @@ message("processing ${project}")
|
||||
|
||||
# Read pathes to external sapfor directories
|
||||
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/../paths.txt")
|
||||
message("Found paths.txt, using custom paths.")
|
||||
# message("Found paths.txt, using custom paths.")
|
||||
FILE(STRINGS ../paths.txt SAPFOR_PATHS)
|
||||
else ()
|
||||
message("Not found paths.txt, using default paths.")
|
||||
# message("Not found paths.txt, using default paths.")
|
||||
FILE(STRINGS ../paths.default.txt SAPFOR_PATHS)
|
||||
endif ()
|
||||
foreach (NameAndValue ${SAPFOR_PATHS})
|
||||
|
||||
Reference in New Issue
Block a user