Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
victimsnino committed Jun 16, 2024
1 parent 7c2db09 commit a7f786b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/variables.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ if (RPP_DEVELOPER_MODE)
if (RPP_BUILD_GRPC_CODE)
set(CONAN_ARGS "${CONAN_ARGS};-o rpp/*:with_grpc=True")
endif()
if (CMAKE_CXX_FLAGS MATCHES ".*fsanitize.*")
string(REPLACE " " "\", \"" CMAKE_CXX_FLAGS_LIST ${CMAKE_CXX_FLAGS})
set(CONAN_INSTALL_ARGS "${CONAN_INSTALL_ARGS};-c tools.build:cxxflags=[\"${CMAKE_CXX_FLAGS_LIST}\"]")
endif()
endif()

if(RPP_ENABLE_COVERAGE)
Expand Down

0 comments on commit a7f786b

Please sign in to comment.