File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
intro_generic_programming Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2024-2025 by Cliff Green
1+ # Copyright (c) 2024-2026 by Cliff Green
22#
33# This CMake file invokes all of the example code CMake files for
44# the presentations repository. Each subdirectory can be built
Original file line number Diff line number Diff line change 1- # Copyright (c) 2024-2025 by Cliff Green
1+ # Copyright (c) 2024-2026 by Cliff Green
22#
33# Distributed under the Boost Software License, Version 1.0.
44# (See accompanying file LICENSE.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
@@ -15,7 +15,7 @@ target_compile_features ( intro_generic_programming_test PRIVATE cxx_std_20 )
1515# add dependencies
1616include ( ../../cmake/download_cpm.cmake )
1717
18- CPMAddPackage ( "gh:catchorg/Catch2@3.8 .0" )
18+ CPMAddPackage ( "gh:catchorg/Catch2@3.11 .0" )
1919CPMAddPackage ( "gh:TimQuelch/decimal#1.0.0" )
2020
2121# link dependencies
Original file line number Diff line number Diff line change 1- # Copyright (c) 2024-2025 by Cliff Green
1+ # Copyright (c) 2024-2026 by Cliff Green
22#
33# Distributed under the Boost Software License, Version 1.0.
44# (See accompanying file LICENSE.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
@@ -15,7 +15,7 @@ target_compile_features ( std_span_test PRIVATE cxx_std_20 )
1515# add dependencies
1616include ( ../../cmake/download_cpm.cmake )
1717
18- CPMAddPackage ( "gh:catchorg/Catch2@3.8 .0" )
18+ CPMAddPackage ( "gh:catchorg/Catch2@3.11 .0" )
1919
2020# link dependencies
2121target_link_libraries ( std_span_test PRIVATE Catch2::Catch2WithMain )
Original file line number Diff line number Diff line change 1- # Copyright (c) 2024-2025 by Cliff Green
1+ # Copyright (c) 2024-2026 by Cliff Green
22#
33# Distributed under the Boost Software License, Version 1.0.
44# (See accompanying file LICENSE.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
@@ -15,7 +15,7 @@ target_compile_features ( unit_test_with_catch2_test PRIVATE cxx_std_20 )
1515# add dependencies
1616include ( ../../cmake/download_cpm.cmake )
1717
18- CPMAddPackage ( "gh:catchorg/Catch2@3.8 .0" )
18+ CPMAddPackage ( "gh:catchorg/Catch2@3.11 .0" )
1919
2020# link dependencies
2121target_link_libraries ( unit_test_with_catch2_test PRIVATE Catch2::Catch2WithMain )
You can’t perform that action at this time.
0 commit comments