Skip to content

Commit

Permalink
Merge pull request #163 from rouault/BUILD_TESTING
Browse files Browse the repository at this point in the history
CMake: add manual BUILD_TESTING option
  • Loading branch information
rouault authored Oct 25, 2024
2 parents 0d55f04 + 15665fa commit 2657b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ else()
option(USE_RPATH "Use -rpath when linking libraries, executables" ON)
endif()

option(BUILD_TESTING "Build the testing tree." ON)

# In windows all created dlls are gathered in the dll directory
# if you add this directory to your PATH all shared libraries are available
if(BUILD_SHARED_LIBS AND (WIN32 OR CYGWIN))
Expand Down

0 comments on commit 2657b18

Please sign in to comment.