Remove option for tests.
continuous-integration/drone/push Build is failing Details

It's not really good testable.
This commit is contained in:
tastytea 2019-12-28 07:27:09 +01:00
parent 2fca800868
commit 9e58e31912
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 5 deletions

View File

@ -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)