Skip to content

Commit

Permalink
Update FastDeploy.cmake.in
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangjiajun authored Mar 7, 2023
1 parent bf2ba72 commit 29f1bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastDeploy.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
if(NOT MSVC)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "-Wno-format")
if(NEED_ABI0=ON)
if(NEED_ABI0)
add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)
else()
add_definitions(-D_GLIBCXX_USE_CXX11_ABI=1)
Expand Down

0 comments on commit 29f1bcb

Please sign in to comment.