diff options
author | Brad King <brad.king@kitware.com> | 2013-01-07 19:23:04 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-01-07 19:23:04 (GMT) |
commit | c2cde7f1047b2f11e7d4a466000a20d8c42394be (patch) | |
tree | ea3733543ae159f8031398db0d874290022f26e5 /Modules/CMakeCCompiler.cmake.in | |
parent | db925e3532719af44022b50d2462ac5b050907bc (diff) | |
parent | cc676c3a08019b17433931a9287d9cd8b0ccf2f2 (diff) | |
download | CMake-c2cde7f1047b2f11e7d4a466000a20d8c42394be.zip CMake-c2cde7f1047b2f11e7d4a466000a20d8c42394be.tar.gz CMake-c2cde7f1047b2f11e7d4a466000a20d8c42394be.tar.bz2 |
Merge topic 'osx-implicit-link-dirs'
cc676c3 OS X: Detect implicit linker framework search paths
2dd67c7 OS X: Detect implicit link directories on modern toolchains
ba58d0c OS X: Link with all framework search paths, not just the last
Diffstat (limited to 'Modules/CMakeCCompiler.cmake.in')
-rw-r--r-- | Modules/CMakeCCompiler.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeCCompiler.cmake.in b/Modules/CMakeCCompiler.cmake.in index d74dcdc..c41adc9 100644 --- a/Modules/CMakeCCompiler.cmake.in +++ b/Modules/CMakeCCompiler.cmake.in @@ -50,6 +50,7 @@ endif() set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "@CMAKE_C_IMPLICIT_LINK_LIBRARIES@") set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "@CMAKE_C_IMPLICIT_LINK_DIRECTORIES@") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "@CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES@") @SET_CMAKE_CMCLDEPS_EXECUTABLE@ @SET_CMAKE_CL_SHOWINCLUDE_PREFIX@ |