mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-25 06:13:03 +00:00
Remove enforced CTest verbosity
It can be controlled from the command line instead, and that's better
This commit is contained in:
@@ -8,7 +8,7 @@ project(rgbds
|
|||||||
DESCRIPTION "Game Boy assembly toolchain"
|
DESCRIPTION "Game Boy assembly toolchain"
|
||||||
HOMEPAGE_URL "https://rgbds.gbdev.io")
|
HOMEPAGE_URL "https://rgbds.gbdev.io")
|
||||||
|
|
||||||
include(CTest)
|
include(CTest) # Note: must be in the top-level dir.
|
||||||
|
|
||||||
# Reject in-source builds, as they may conflict with the Makefile.
|
# Reject in-source builds, as they may conflict with the Makefile.
|
||||||
get_filename_component(srcdir "${CMAKE_SOURCE_DIR}" REALPATH)
|
get_filename_component(srcdir "${CMAKE_SOURCE_DIR}" REALPATH)
|
||||||
@@ -97,7 +97,6 @@ set(CMAKE_CXX_STANDARD 20)
|
|||||||
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
set(CMAKE_CTEST_ARGUMENTS "--verbose")
|
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
|
||||||
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||||
|
|||||||
Reference in New Issue
Block a user