mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
cmake: drop -V for ctest
This commit is contained in:
parent
35112f8d62
commit
c80736a887
@ -625,7 +625,7 @@ endif()
|
||||
############################################################################
|
||||
# testing
|
||||
if(${BUILD_TESTING})
|
||||
set(CMAKE_CTEST_ARGUMENTS "-V")
|
||||
#set(CMAKE_CTEST_ARGUMENTS "-V")
|
||||
if(${USE_DOCTEST})
|
||||
file(GLOB TESTSRCS CONFIGURE_DEPENDS src/tests/*.cpp)
|
||||
add_executable(notcurses-tester ${TESTSRCS})
|
||||
|
Loading…
x
Reference in New Issue
Block a user