It's not really good testable.
This commit is contained in:
parent
2fca800868
commit
9e58e31912
@ -19,7 +19,6 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
|
||||
|
||||
# Project build options.
|
||||
option(WITH_MAN "Compile and install manpage." YES)
|
||||
option(WITH_TESTS "Compile tests." NO)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
@ -33,8 +32,4 @@ if(WITH_MAN)
|
||||
add_subdirectory(man)
|
||||
endif()
|
||||
|
||||
# if(WITH_TESTS)
|
||||
# add_subdirectory(tests)
|
||||
# endif()
|
||||
|
||||
# include(cmake/packages.cmake)
|
||||
|
Loading…
x
Reference in New Issue
Block a user