Skip to content

Commit

Permalink
changed cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-bodhi committed Jul 25, 2024
1 parent 8934dae commit f5b0789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ target_link_libraries(${LIBRARY_NAME} PUBLIC yaml-cpp)

add_subdirectory(externals/pugixml)
target_link_libraries(${LIBRARY_NAME} PUBLIC pugixml)
# Supress warnings of sign conversion while compiling pugixml
target_compile_options(pugixml PRIVATE -Wno-sign-conversion)

target_compile_options(${LIBRARY_NAME} PRIVATE -Wno-sign-conversion)

target_include_directories(
${LIBRARY_NAME}
Expand Down

0 comments on commit f5b0789

Please sign in to comment.