mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
drop -V argument from CTest
This commit is contained in:
parent
e23cd63aac
commit
1328fc7cf8
@ -525,8 +525,7 @@ endif()
|
|||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
if(${BUILD_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()
|
enable_testing()
|
||||||
# the accursed Ubuntu buildd sets "TERM=unknown" for unfathomable reasons
|
# the accursed Ubuntu buildd sets "TERM=unknown" for unfathomable reasons
|
||||||
if(DEFINED ENV{TERM} AND NOT $ENV{TERM} STREQUAL "unknown" AND USE_POC)
|
if(DEFINED ENV{TERM} AND NOT $ENV{TERM} STREQUAL "unknown" AND USE_POC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user