mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
suppressing CMP0020 and CMP0043 warnings
This commit is contained in:
@@ -31,6 +31,10 @@ else()
|
||||
ENDIF(NOT Qt5_FOUND)
|
||||
endif()
|
||||
|
||||
if(POLICY CMP0020)
|
||||
cmake_policy(SET CMP0020 OLD)
|
||||
endif()
|
||||
|
||||
SET(INCLUDE_DIRS
|
||||
${RTABMap_INCLUDE_DIRS}
|
||||
${OpenCV_INCLUDE_DIRS}
|
||||
|
||||
Reference in New Issue
Block a user