Skip to content

Commit

Permalink
Update external_libs.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtvl authored Jun 20, 2024
1 parent 49474b4 commit b07a7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/external_libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ else()

if(CMAKE_COMPILER_IS_GNUCC AND
CMAKE_C_COMPILER_VERSION VERSION_LESS 9.3)
message(FATAL_ERROR "GCC version must be at least 9.3 for precompiled libraries, found ${CMAKE_C_COMPILER_VERSION}")
message(FATAL_ERROR "GCC version must be at least 9.3, found ${CMAKE_C_COMPILER_VERSION}")
endif()
endif()

Expand Down

0 comments on commit b07a7b3

Please sign in to comment.