Skip to content

Commit a29cb6d

Browse files
ignore 'deprecated-declarations'
1 parent 4e08f0a commit a29cb6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

orbbec_camera/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ option(INSTALL_UDEV_RULES "Install udev rule for Orbbec cameras" ON)
1313

1414
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
1515
add_compile_options(-Wall -Wextra -Werror -Wno-pedantic -Wno-array-bounds)
16+
add_compile_options(-Wno-error=deprecated-declarations)
1617
endif()
1718

1819
# find dependencies

0 commit comments

Comments
 (0)