drop -V argument from CTest

This commit is contained in:
nick black 2020-11-20 19:45:02 -05:00
parent e23cd63aac
commit 1328fc7cf8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -525,8 +525,7 @@ endif()
# Testing
if(${BUILD_TESTING})
# sadly, this doesn't take effect until CMake 3.17...
set(CMAKE_CTEST_ARGUMENTS "-V")
#set(CMAKE_CTEST_ARGUMENTS "-V")
enable_testing()
# the accursed Ubuntu buildd sets "TERM=unknown" for unfathomable reasons
if(DEFINED ENV{TERM} AND NOT $ENV{TERM} STREQUAL "unknown" AND USE_POC)