Skip to content

Commit

Permalink
Remove unused option for using CATCH2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 13, 2023
1 parent 2eeb466 commit 857c327
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ if(USE_RUNPATH_INSTEAD_OF_RPATH)
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--enable-new-dtags")
endif()

# options
option(USE_EXTERNAL_CATCH2 "If off, build the catch2 unittest framework locally" ON)

# project version
SET( ${PROJECT_NAME}_VERSION_MAJOR 0 )
SET( ${PROJECT_NAME}_VERSION_MINOR 7 )
Expand Down

0 comments on commit 857c327

Please sign in to comment.