Skip to content

Commit

Permalink
Fix for gcc 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumandora committed Jul 29, 2024
1 parent 9b6c624 commit 4d6a65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ include(FetchContent)
FetchContent_Declare(bcrl
GIT_REPOSITORY https://github.com/Sumandora/bcrl
GIT_PROGRESS TRUE
GIT_TAG f826973)
GIT_TAG f826973-gcc-14)
FetchContent_MakeAvailable(bcrl)
target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE bcrl)

Expand Down

0 comments on commit 4d6a65d

Please sign in to comment.