commit | f22c59bc15cb371fe560a0c0ebc3e5f0efc3b9dd | [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:38:14 2018 +0100 |
tree | 20d67d78d05932412ef5f02c32f688d6faf6eaa8 | |
parent | eea857dc0d20301ecb57a3ea3e4b3ae22749d134 [diff] [blame] |
Fix some comments regarding what files are symlinked
diff --git a/CMakeLists.txt b/CMakeLists.txt index 98cb3a9..351b402 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -162,8 +162,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()