Remove old CMake compat code

This commit is contained in:
Lukas W
2017-11-29 17:32:59 +01:00
parent e735260d53
commit 03e9889605
2 changed files with 11 additions and 29 deletions

View File

@@ -1,8 +1,3 @@
IF(CMAKE_VERSION VERSION_LESS 2.8.8)
MESSAGE("-- Unit tests are only available in CMake >=2.8.8. You have ${CMAKE_VERSION}")
RETURN()
ENDIF()
INCLUDE_DIRECTORIES("${CMAKE_CURRENT_SOURCE_DIR}")
INCLUDE_DIRECTORIES("${CMAKE_CURRENT_BINARY_DIR}")
INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/include")