moved dvm to submodule

This commit is contained in:
2025-03-13 12:48:07 +03:00
committed by Dudarenko
parent 12f311077b
commit 2ad239d1e3
356 changed files with 34 additions and 265540 deletions

View File

@@ -10,10 +10,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})