Skip to content

Commit

Permalink
build(devtools): fix build error of conversion warnings in target deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg committed Mar 26, 2024
1 parent e82fe27 commit e887127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devtools/devtools-backend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ add_compile_definitions(
# no exception
"_WEBSOCKETPP_NO_EXCEPTIONS_")
target_include_directories(${PROJECT_NAME} PRIVATE ${websocketpp_SOURCE_DIR})
# websocketpp/base64/base64.hpp has some implicit conversion warnings currently
target_compile_options(${PROJECT_NAME} PRIVATE -Wno-error)
# endregion

# region nlohmann_json
Expand Down

0 comments on commit e887127

Please sign in to comment.