Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jun 11, 2024
1 parent cae4c2f commit 86189ca
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 @@ -151,7 +151,7 @@ macro(xsql_set_common_options target_name)
INSTALL_RPATH_USE_LINK_PATH TRUE
)
if (WIN32)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++17")
set(CMAKE_CXX_FLAGS "/std:c++17 ${CMAKE_CXX_FLAGS}")
endif()
endmacro()

Expand Down

0 comments on commit 86189ca

Please sign in to comment.