Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
yuygfgg committed Oct 11, 2024
1 parent 4f8bc66 commit 35433db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ set_source_files_properties(version.cpp PROPERTIES COMPILE_FLAGS ${VERSION_FLAGS

check_symbol_exists(strtok_r "string.h" HAVE_STRTOK_R)
if(HAVE_STRTOK_R)
set_source_files_properties(param.cpp PROPERTIES COMPILE_FLAGS "-std=c++11" -DHAVE_STRTOK_R=1)
set_source_files_properties(param.cpp PROPERTIES COMPILE_FLAGS "-std=c++11 -DHAVE_STRTOK_R=1")
endif()

if(GCC AND CC_HAS_NO_NARROWING)
Expand Down

0 comments on commit 35433db

Please sign in to comment.