diff options
author | Brad King <brad.king@kitware.com> | 2008-01-28 19:46:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-01-28 19:46:58 (GMT) |
commit | 9275e1f1d25049e5104664194d93021ef0f7e4e3 (patch) | |
tree | ffa46d7eb6d2cbfbc592bff172f0f405eed81eb1 /Tests | |
parent | e3b1bdb058ac23bc535b941fc2ed66a410932d74 (diff) | |
download | CMake-9275e1f1d25049e5104664194d93021ef0f7e4e3.zip CMake-9275e1f1d25049e5104664194d93021ef0f7e4e3.tar.gz CMake-9275e1f1d25049e5104664194d93021ef0f7e4e3.tar.bz2 |
BUG: Fix Framework test after fixing FRAMEWORK targets to not install like frameworks on non-Apple systems.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Framework/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Framework/CMakeLists.txt b/Tests/Framework/CMakeLists.txt index 4f42b97..a6707a4 100644 --- a/Tests/Framework/CMakeLists.txt +++ b/Tests/Framework/CMakeLists.txt @@ -28,6 +28,8 @@ target_link_libraries(bar foo) install(TARGETS foo bar RUNTIME DESTINATION Applications/CMakeTestsFramework/bin FRAMEWORK DESTINATION Library/Frameworks + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib # These are ignored on the Mac... and things are automatically placed in # their appropriate Framework sub-folder at build time. (And then the built |