tweak cmake, fetch less

This commit is contained in:
2026-07-10 22:43:31 -07:00
parent ccf305fdf5
commit 7fe2b35c9e
91 changed files with 3053 additions and 812 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# Install script for directory: /home/alardner/cl_polyparti
# Install script for directory: /home/alardner/projects/polypartiCL
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -45,7 +45,7 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/alardner/cl_polyparti/build/install_local_manifest.txt"
file(WRITE "/home/alardner/projects/polypartiCL/build/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
if(CMAKE_INSTALL_COMPONENT)
@@ -61,6 +61,6 @@ else()
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/alardner/cl_polyparti/build/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/home/alardner/projects/polypartiCL/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()