|
@@ -1,9 +1,9 @@
|
|
|
|
|
|
-if (NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
|
|
|
- message(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"")
|
|
|
+if (NOT EXISTS "@GLFW_BINARY_DIR@/install_manifest.txt")
|
|
|
+ message(FATAL_ERROR "Cannot find install manifest: \"@GLFW_BINARY_DIR@/install_manifest.txt\"")
|
|
|
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}")
|
|
|
|
|
|
foreach (file ${files})
|