Skip to content

Commit

Permalink
try to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AviaAv committed Sep 29, 2024
1 parent 6035b57 commit c3f50d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ string(REPLACE ${PROJECT_SOURCE_DIR}/ "" _rel_path ${CMAKE_CURRENT_LIST_DIR})

string(REPLACE "${ADDITIONAL_COMPILER_FLAGS}" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
string(REPLACE "${ADDITIONAL_COMPILER_FLAGS}" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
message(STATUS "Flags are ${CMAKE_CXX_FLAGS}")

include(CMake/external_json.cmake)

Expand All @@ -12,6 +13,7 @@ include(${_rel_path}/realsense-file/config.cmake)

if(BUILD_EASYLOGGINGPP)
include(${_rel_path}/easyloggingpp/CMakeLists.txt)
include_directories(SYSTEM ${_rel_path}/easyloggingpp)
endif()

add_subdirectory(${_rel_path}/realsense-file)
Expand Down

0 comments on commit c3f50d5

Please sign in to comment.