mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-10 01:39:34 +00:00
OS X build and warning fix
Revert "Add missed file" This reverts commit 4c9f27270e0a7c00c10cbc56ce5c6842b47e5ab2. FindCoreFoundation.cmake is not needed since CoreFoundation is a system framework. Its use has been removed by commit f223ce03d4b94ffbb093fc8be5adf8d968f54434 Acked by: Ivan Čukić REVIEW: 126285
This commit is contained in:
parent
d320ef4fdb
commit
7ba0ee591e
@ -1,13 +0,0 @@
|
||||
# Copyright (c) 2014, Samuel Gaist, <samuel.gaist@edeltech.ch>
|
||||
#
|
||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
|
||||
|
||||
INCLUDE(CMakeFindFrameworks)
|
||||
|
||||
CMAKE_FIND_FRAMEWORKS(CoreFoundation)
|
||||
|
||||
if (CoreFoundation_FRAMEWORKS)
|
||||
set(COREFOUNDATION_LIBRARY "-framework CoreFoundation" CACHE FILEPATH "CoreFoundation framework" FORCE)
|
||||
set(COREFOUNDATION_FOUND 1)
|
||||
endif (CoreFoundation_FRAMEWORKS)
|
Loading…
x
Reference in New Issue
Block a user