diff options
author | Brad King <brad.king@kitware.com> | 2015-04-28 17:55:48 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-04-28 17:55:48 (GMT) |
commit | 248a58e790c57a6c8502e5acd0a42098c80fcfa4 (patch) | |
tree | c938ff805a1fea89c5f301c66587d7c57a1e9b88 /Tests | |
parent | dd675d45faa10de5b9eb4be977e65eae9036bc48 (diff) | |
parent | 4fc47424774657a44fc6ac118d1d1abb360db38c (diff) | |
download | CMake-248a58e790c57a6c8502e5acd0a42098c80fcfa4.zip CMake-248a58e790c57a6c8502e5acd0a42098c80fcfa4.tar.gz CMake-248a58e790c57a6c8502e5acd0a42098c80fcfa4.tar.bz2 |
Merge topic 'test-ExportImport-AIX-GCC'
4fc47424 Tests: Fix ExportImport on AIX with GCC
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/ExportImport/Import/A/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ExportImport/Import/A/CMakeLists.txt b/Tests/ExportImport/Import/A/CMakeLists.txt index ced7b03..17d983a 100644 --- a/Tests/ExportImport/Import/A/CMakeLists.txt +++ b/Tests/ExportImport/Import/A/CMakeLists.txt @@ -255,6 +255,7 @@ add_subdirectory(excludedFromAll) add_executable(iface_test_bld iface_test.cpp) target_link_libraries(iface_test_bld bld_testSharedLibDepends) +set_property(TARGET iface_test_bld PROPERTY NO_SYSTEM_FROM_IMPORTED 1) set_property(TARGET bld_testSharedLibRequired APPEND PROPERTY LINK_INTERFACE_LIBRARIES |