4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-08 08:49:34 +00:00

Avoid @rpath on Mac OS

This commit is contained in:
Ivan Romanov 2017-01-29 14:06:08 +05:00
parent 7ba0ee591e
commit b435c1b87b

@ -23,6 +23,10 @@ set(QCA_LIB_PATCH_VERSION "0")
# qtmain.lib.
cmake_policy(SET CMP0020 OLD)
if(POLICY CMP0042)
cmake_policy(SET CMP0042 OLD)
endif()
option(BUILD_TESTS "Create test" 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)")