biboumi: 7.2 -> 8.3

also update catch from 1.5.6 to 2.2.1
This commit is contained in:
ajs124
2018-07-27 19:56:17 +02:00
parent abcc849c9e
commit 3d6e38234d
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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()