blob: 9c3f2ff97b73142164f8dce995ce6b7111331265 (
plain)
1
2
3
4
5
6
7
|
if (RunCMake_GENERATOR_IS_MULTI_CONFIG)
set(modules_json_path "CMakeFiles/depchain_with_modules_json_file.dir/Debug/CXXModules.json")
else ()
set(modules_json_path "CMakeFiles/depchain_with_modules_json_file.dir/CXXModules.json")
endif ()
file(TOUCH_NOCREATE "${RunCMake_TEST_BINARY_DIR}/${modules_json_path}")
|