Skip to content
Snippets Groups Projects
Commit b13c0fe6 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Attempt to correct cmake policy warning for PCL

parent 06872dfd
No related branches found
No related tags found
No related merge requests found
Pipeline #10563 failed
......@@ -31,6 +31,10 @@ if (WITH_FIXSTARS)
find_package( LibSGM )
endif()
if(${CMAKE_VERSION} VERSION_GREATER "3.12.0")
cmake_policy(SET CMP0074 NEW)
endif()
if (WITH_PCL)
find_package( PCL QUIET COMPONENTS io common visualization registration )
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment