Skip to content

Commit

Permalink
Updating Catch2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffg-softwarelibre committed May 26, 2024
1 parent 8b07822 commit f389a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target_compile_features ( periodic_timer_test PRIVATE cxx_std_20 )
# add dependencies
include ( ../cmake/download_cpm.cmake )

CPMAddPackage ( "gh:catchorg/Catch2@3.5.4" )
CPMAddPackage ( "gh:catchorg/Catch2@3.6.0" )

set ( CMAKE_THREAD_PREFER_PTHREAD TRUE )
set ( THREADS_PREFER_PTHREAD_FLAG TRUE )
Expand Down

0 comments on commit f389a7c

Please sign in to comment.