You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
678 B
13 lines
678 B
if (RunCMake_GENERATOR_IS_MULTI_CONFIG)
|
|
set(dep_modules_json_path "CMakeFiles/depchain_modules_json_file.dir/Debug/CXX.dd")
|
|
set(modules_json_path "CMakeFiles/depchain_with_modules_json_file.dir/Debug/CXXModules.json")
|
|
else ()
|
|
set(dep_modules_json_path "CMakeFiles/depchain_modules_json_file.dir/CXX.dd")
|
|
set(modules_json_path "CMakeFiles/depchain_with_modules_json_file.dir/CXXModules.json")
|
|
endif ()
|
|
|
|
if ("${RunCMake_TEST_BINARY_DIR}/${modules_json_path}" IS_NEWER_THAN "${RunCMake_TEST_BINARY_DIR}/${dep_modules_json_path}")
|
|
list(APPEND RunCMake_TEST_FAILED
|
|
"Object '${dep_modules_json_path}' should have recompiled if '${modules_json_path}' changed.")
|
|
endif ()
|