Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Aug 21, 2024
1 parent ea4ead5 commit 5b3ce70
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 @@ -107,7 +107,7 @@ add_executable(test_util ${TEST_UTIL})
add_executable(test_pb ${TEST_PB})

if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 8)
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 9)
message(STATUS "GCC version ${CMAKE_CXX_COMPILER_VERSION}")
add_executable(test_reflection test/test_reflection.cpp)
endif()
Expand Down

0 comments on commit 5b3ce70

Please sign in to comment.