1
0
Fork 0

TestSuite: Comment rewording as the CMake file is no longer a copy from Main.

This commit is contained in:
Edward d'Auvergne 2018-03-25 14:45:29 +02:00
parent 93c4aab885
commit 08386db6ff

View file

@ -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)