diff options
author | Brad King <brad.king@kitware.com> | 2014-09-24 10:26:04 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-09-24 10:26:04 -0400 |
commit | 7a5d9256a3a9a5070c4a98b9276fb84839d31671 (patch) | |
tree | 41fef61667c3b0d9df2e5e8abb195ad00c0a87aa /CMakeLists.txt | |
parent | 17a457dcb02e351efe5d1dd093c9443ba206667a (diff) | |
download | cmake-7a5d9256a3a9a5070c4a98b9276fb84839d31671.tar.gz |
Remove unused legacy 'DartLocal.conf' file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 14f60ae1db..71850de950 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -552,10 +552,6 @@ endif() # setup some Testing support (a macro defined in this file) CMAKE_SETUP_TESTING() -configure_file( - "${CMAKE_CURRENT_SOURCE_DIR}/DartLocal.conf.in" - "${CMAKE_CURRENT_BINARY_DIR}/DartLocal.conf" - COPYONLY) if(NOT CMake_TEST_EXTERNAL_CMAKE) if(NOT CMake_VERSION_IS_RELEASE) |