Skip to content

Commit

Permalink
Fix tests still running despite being disabled in Release 5.2 (#1559)
Browse files Browse the repository at this point in the history
Fix tests still running despite being disabled in Release 5.2
  • Loading branch information
kbevers committed Aug 6, 2019
2 parents ec21939 + f849dc3 commit cf1d83a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@
cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)

# For historic reasons, the CMake PROJECT-NAME is PROJ4
project(PROJ4 LANGUAGES C CXX)
project(PROJ4 C CXX)
set(PROJECT_INTERN_NAME PROJ)

if (NOT CMAKE_VERSION VERSION_LESS 3.1)
Expand Down Expand Up @@ -164,5 +164,6 @@ add_subdirectory(nad)
add_subdirectory(src)
add_subdirectory(man)
add_subdirectory(cmake)
add_subdirectory(test)

if(PROJ_TESTS)
add_subdirectory(test)
endif(PROJ_TESTS)

0 comments on commit cf1d83a

Please sign in to comment.