summaryrefslogtreecommitdiffstats
path: root/Tests/SystemInformation/SystemInformation.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-01-07 19:23:04 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-01-07 19:23:04 (GMT)
commitc2cde7f1047b2f11e7d4a466000a20d8c42394be (patch)
treeea3733543ae159f8031398db0d874290022f26e5 /Tests/SystemInformation/SystemInformation.in
parentdb925e3532719af44022b50d2462ac5b050907bc (diff)
parentcc676c3a08019b17433931a9287d9cd8b0ccf2f2 (diff)
downloadCMake-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 'Tests/SystemInformation/SystemInformation.in')
-rw-r--r--Tests/SystemInformation/SystemInformation.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SystemInformation/SystemInformation.in b/Tests/SystemInformation/SystemInformation.in
index ecbc054..df3bf49 100644
--- a/Tests/SystemInformation/SystemInformation.in
+++ b/Tests/SystemInformation/SystemInformation.in
@@ -96,7 +96,9 @@ CMAKE_CXX_LINK_EXECUTABLE == "${CMAKE_CXX_LINK_EXECUTABLE}"
// implicit link info
CMAKE_C_IMPLICIT_LINK_LIBRARIES == "${CMAKE_C_IMPLICIT_LINK_LIBRARIES}"
CMAKE_C_IMPLICIT_LINK_DIRECTORIES == "${CMAKE_C_IMPLICIT_LINK_DIRECTORIES}"
+CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES == "${CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES}"
CMAKE_CXX_IMPLICIT_LINK_LIBRARIES == "${CMAKE_CXX_IMPLICIT_LINK_LIBRARIES}"
CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES == "${CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES}"
+CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES == "${CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES}"
XCODE_VERSION == "${XCODE_VERSION}"