mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
suppress cmake policy warning
This commit is contained in:
@@ -85,6 +85,11 @@ endif()
|
||||
if(POLICY CMP0072)
|
||||
cmake_policy(SET CMP0072 NEW)
|
||||
endif()
|
||||
# Timestamp the files extracted from a FetchContent URL download at extraction
|
||||
# time, so a changed URL actually triggers a rebuild of what depends on them.
|
||||
if(POLICY CMP0135)
|
||||
cmake_policy(SET CMP0135 NEW)
|
||||
endif()
|
||||
|
||||
IF(MINGW)
|
||||
# Hide the --enable-auto-import warning
|
||||
|
||||
Reference in New Issue
Block a user