From 08386db6ffd189b3f2ae690e26274bdeea5f26e0 Mon Sep 17 00:00:00 2001 From: Edward d'Auvergne Date: Sun, 25 Mar 2018 14:45:29 +0200 Subject: [PATCH] TestSuite: Comment rewording as the CMake file is no longer a copy from Main. --- test_suite/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test_suite/CMakeLists.txt b/test_suite/CMakeLists.txt index d0fc9ab51..98d70f965 100644 --- a/test_suite/CMakeLists.txt +++ b/test_suite/CMakeLists.txt @@ -74,9 +74,7 @@ add_test(MathGeodesySimgearUnitTests ${TESTSUITE_OUTPUT_DIR}/run_test_suite --ct add_test(SimgearPropsSimgearUnitTests ${TESTSUITE_OUTPUT_DIR}/run_test_suite --ctest -m SimgearPropsTests) #----------------------------------------------------------------------------- -# From here on, this is a modified copy of src/Main/CMakeLists.txt. This is -# designed to have a minimal diff so that this can be updated together with the -# main CMakeLists.txt file. +# Set up the binary. # Set up the Main FG file sources and headers (excluding bootstrap.cxx and its main() function). if(MSVC)