Tests and more cmake version updates

This commit is contained in:
KimLS
2025-11-16 22:26:34 -08:00
parent 625cfdb179
commit b9f8d7c3b1
9 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.2)
CMAKE_MINIMUM_REQUIRED(VERSION 3.17.0)
ADD_SUBDIRECTORY(cppunit)
@@ -21,7 +21,7 @@ SET(tests_headers
ADD_EXECUTABLE(tests ${tests_sources} ${tests_headers})
TARGET_LINK_LIBRARIES(tests common cppunit fmt ${SERVER_LIBS})
TARGET_LINK_LIBRARIES(tests common cppunit ${SERVER_LIBS})
INSTALL(TARGETS tests RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
+1 -1
View File
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.2)
CMAKE_MINIMUM_REQUIRED(VERSION 3.17.0)
SET(cppunit_sources
collectoroutput.cpp