mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
only change the install prefix on WIN32
This commit is contained in:
+2
-1
@@ -349,9 +349,10 @@ endif()
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
if (WIN32)
|
||||
# Set the installation directory to be within the build folder
|
||||
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/dist")
|
||||
|
||||
endif()
|
||||
if(QT_VERSION_MAJOR EQUAL 6)
|
||||
qt_finalize_executable(iDescriptor)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user