parent
d861d7bffe
commit
b5d4f24f74
2 changed files with 4 additions and 4 deletions
@ -1,9 +1,9 @@ |
|||||||
|
|
||||||
if (NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt") |
if (NOT EXISTS "@GLFW_BINARY_DIR@/install_manifest.txt") |
||||||
message(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"") |
message(FATAL_ERROR "Cannot find install manifest: \"@GLFW_BINARY_DIR@/install_manifest.txt\"") |
||||||
endif() |
endif() |
||||||
|
|
||||||
file(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files) |
file(READ "@GLFW_BINARY_DIR@/install_manifest.txt" files) |
||||||
string(REGEX REPLACE "\n" ";" files "${files}") |
string(REGEX REPLACE "\n" ";" files "${files}") |
||||||
|
|
||||||
foreach (file ${files}) |
foreach (file ${files}) |
Loading…
Reference in New Issue