mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-12 10:49:32 +00:00
Avoid @rpath on Mac OS
This commit is contained in:
parent
7ba0ee591e
commit
b435c1b87b
@ -23,6 +23,10 @@ set(QCA_LIB_PATCH_VERSION "0")
|
|||||||
# qtmain.lib.
|
# qtmain.lib.
|
||||||
cmake_policy(SET CMP0020 OLD)
|
cmake_policy(SET CMP0020 OLD)
|
||||||
|
|
||||||
|
if(POLICY CMP0042)
|
||||||
|
cmake_policy(SET CMP0042 OLD)
|
||||||
|
endif()
|
||||||
|
|
||||||
option(BUILD_TESTS "Create test" ON)
|
option(BUILD_TESTS "Create test" ON)
|
||||||
option(BUILD_TOOLS "Compile mozcerts and qcatool" ON)
|
option(BUILD_TOOLS "Compile mozcerts and qcatool" ON)
|
||||||
set(BUILD_PLUGINS "auto" CACHE STRING "Plugins for building (also possible values: none, all and auto)")
|
set(BUILD_PLUGINS "auto" CACHE STRING "Plugins for building (also possible values: none, all and auto)")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user