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 13cd31d commit e6c22f5Copy full SHA for e6c22f5
CMakeLists.txt
@@ -19,6 +19,10 @@ else()
19
set(VCPKG_TARGET_TRIPLET ${VCPKG_ROOT_TRIPLET})
20
endif()
21
22
+if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
23
+ set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/bin" CACHE PATH "Default install path" FORCE)
24
+endif()
25
+
26
project(qSQLbrowser)
27
28
set(CMAKE_INSTALL_BINDIR .)
0 commit comments