We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e7146 commit cc0d7f9Copy full SHA for cc0d7f9
CMakeLists.txt
@@ -195,7 +195,7 @@ if("${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr" OR "${CMAKE_INSTALL_PREFIX}" STREQU
195
endif()
196
197
# Installation paths
198
-if(UNIX AND SYSTEM_DIR_INSTALL)
+if(UNIX AND SYSTEM_DIR_INSTALL OR OPTION_BUILD_GUIX)
199
# Install into the system (/usr/bin or /usr/local/bin)
200
set(INSTALL_ROOT "share/${project}") # /usr/[local]/share/<project>
201
set(INSTALL_CMAKE "share/${project}/cmake") # /usr/[local]/share/<project>/cmake
0 commit comments