diff options
author | Brad King <brad.king@kitware.com> | 2014-02-07 18:34:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-02-07 18:35:31 (GMT) |
commit | d25dbc9059b9058b69a1b1380aa55df0e634d520 (patch) | |
tree | f02da3389f160ea90ba5332f174d39a696eeb400 /Tests/BundleTest/CMakeLists.txt | |
parent | 6abdc6c16acec3cb6601cc0bdeba4dec30857a02 (diff) | |
download | CMake-d25dbc9059b9058b69a1b1380aa55df0e634d520.zip CMake-d25dbc9059b9058b69a1b1380aa55df0e634d520.tar.gz CMake-d25dbc9059b9058b69a1b1380aa55df0e634d520.tar.bz2 |
Tests/BundleTest: Drop use of ChangeLog.txt
The test just wants a source file from outside its tree.
Use README.rst instead.
Diffstat (limited to 'Tests/BundleTest/CMakeLists.txt')
-rw-r--r-- | Tests/BundleTest/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/BundleTest/CMakeLists.txt b/Tests/BundleTest/CMakeLists.txt index de69d75..853da35 100644 --- a/Tests/BundleTest/CMakeLists.txt +++ b/Tests/BundleTest/CMakeLists.txt @@ -17,7 +17,7 @@ set_source_files_properties( set_source_files_properties( SomeRandomFile.txt - "${BundleTest_SOURCE_DIR}/../../ChangeLog.txt" + "${BundleTest_SOURCE_DIR}/../../README.rst" PROPERTIES MACOSX_PACKAGE_LOCATION MacOS ) @@ -38,7 +38,7 @@ add_executable(BundleTest MACOSX_BUNDLE BundleTest.cxx SomeRandomFile.txt - "${BundleTest_SOURCE_DIR}/../../ChangeLog.txt" + "${BundleTest_SOURCE_DIR}/../../README.rst" "${CMAKE_CURRENT_BINARY_DIR}/randomResourceFile.plist" ) target_link_libraries(BundleTest BundleTestLib) |