Skip to content

Commit

Permalink
chore: update gsl lite verion.
Browse files Browse the repository at this point in the history
Update gsl lite version.
  • Loading branch information
melg8 committed Dec 20, 2024
1 parent bb284bd commit 6516109
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ boost/1.86.0
catch2/3.4.0
ctre/3.8.1
fmt/10.2.1
gsl-lite/0.40.0
gsl-lite/0.41.0
libassert/2.0.2
openssl/3.1.2
outcome/2.2.8
Expand Down
2 changes: 1 addition & 1 deletion sources/example_glassy/library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

find_package(OpenSSL 3.0.2 REQUIRED)
find_package(outcome 2.2.8 REQUIRED)
find_package(gsl-lite 0.40 REQUIRED)
find_package(gsl-lite 0.41 REQUIRED)

file(GLOB_RECURSE ALL_GLASSY_LIB_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
file(GLOB_RECURSE ALL_GLASSY_LIB_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

find_package(OpenSSL 3.0.2 REQUIRED)
find_package(outcome 2.2.8 REQUIRED)
find_package(gsl-lite 0.40 REQUIRED)
find_package(gsl-lite 0.41 REQUIRED)

file(GLOB_RECURSE ALL_GLASSY_TESTS_APPLICATION_HEADERS
"${CMAKE_CURRENT_SOURCE_DIR}/*.h")
Expand Down
2 changes: 1 addition & 1 deletion sources/example_glassy/tests/unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

find_package(OpenSSL 3.0.2 REQUIRED)
find_package(outcome 2.2.8 REQUIRED)
find_package(gsl-lite 0.40 REQUIRED)
find_package(gsl-lite 0.41 REQUIRED)
find_package(range-v3 0.12.0 REQUIRED)

file(GLOB_RECURSE ALL_GLASSY_TESTS_APPLICATION_HEADERS
Expand Down

0 comments on commit 6516109

Please sign in to comment.