commit | be038366eab275e7157f979b2d57fc0da00eab3e | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Mar 22 17:12:46 2018 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Mar 23 14:39:52 2018 +0100 |
tree | 263da1c87f32a09eabda443e9123d1f8978daa80 | |
parent | b2f09c32658668d0d79469ed32c86b6836a4beb1 [diff] [blame] |
Fix some comments regarding what files are symlinked
diff --git a/CMakeLists.txt b/CMakeLists.txt index df03dd6..8b26e6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -189,8 +189,7 @@ endif(UNIX) endif() -# Make scripts and data files needed for testing available in an -# out-of-source build. +# Make scripts needed for testing available in an out-of-source build. if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}) link_to_source(scripts) endif()