We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39f8d4 commit fc7c7c2Copy full SHA for fc7c7c2
Install/Install.cmake
@@ -1,7 +1,7 @@
1
include(GNUInstallDirs)
2
3
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
4
- set(CMAKE_INSTALL_PREFIX "./install/" CACHE PATH "..." FORCE)
+ set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH "..." FORCE)
5
endif()
6
7
function(install_targets)
0 commit comments