mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Don't use CMAKE_RUNTIME_OUTPUT_DIRECTORY for Linux
Windows and macos installer scripts are still used and they rely on that folder
This commit is contained in:
@ -147,7 +147,9 @@ qt_standard_project_setup()
|
|||||||
include(PdfBackend)
|
include(PdfBackend)
|
||||||
|
|
||||||
# Output directory
|
# Output directory
|
||||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
|
if(WIN32 OR APPLE)
|
||||||
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
|
||||||
|
endif()
|
||||||
|
|
||||||
# Build number define
|
# Build number define
|
||||||
if(BUILD_NUMBER)
|
if(BUILD_NUMBER)
|
||||||
|
|||||||
Reference in New Issue
Block a user