biboumi: 7.2 -> 8.3
also update catch from 1.5.6 to 2.2.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -273,27 +273,6 @@ foreach(file ${source_all})
|
||||
@@ -303,27 +303,6 @@
|
||||
endforeach()
|
||||
|
||||
#
|
||||
@@ -19,7 +19,7 @@
|
||||
-ExternalProject_Get_Property(catch SOURCE_DIR)
|
||||
-if(NOT EXISTS ${CMAKE_SOURCE_DIR}/tests/catch.hpp)
|
||||
- target_include_directories(test_suite
|
||||
- PUBLIC "${SOURCE_DIR}/include/"
|
||||
- PUBLIC "${SOURCE_DIR}/single_include/"
|
||||
- )
|
||||
- add_dependencies(test_suite catch)
|
||||
-endif()
|
||||
|
||||
Reference in New Issue
Block a user