Skip to content
Snippets Groups Projects
Commit 3cebb92c authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

Renamed test target also on Travis.

parent eec9e184
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,9 @@ INCLUDE(scripts/cmake/Find.cmake) ...@@ -37,7 +37,9 @@ INCLUDE(scripts/cmake/Find.cmake)
INCLUDE(scripts/cmake/SubmoduleSetup.cmake) INCLUDE(scripts/cmake/SubmoduleSetup.cmake)
INCLUDE(scripts/cmake/ProjectSetup.cmake) INCLUDE(scripts/cmake/ProjectSetup.cmake)
INCLUDE(scripts/cmake/DocumentationSetup.cmake) INCLUDE(scripts/cmake/DocumentationSetup.cmake)
INCLUDE(scripts/cmake/test/Test.cmake) IF(CMAKE_VERSION VERSION_GREATER 2.8.10)
INCLUDE(scripts/cmake/test/Test.cmake)
ENDIF()
IF(OGS_COVERAGE AND NOT IS_SUBPROJECT) IF(OGS_COVERAGE AND NOT IS_SUBPROJECT)
INCLUDE(scripts/cmake/Coverage.cmake) INCLUDE(scripts/cmake/Coverage.cmake)
ENDIF() ENDIF()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment