We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8b1f55 + 9a805f0 commit c26faa2Copy full SHA for c26faa2
PCLConfig.cmake.in
@@ -36,6 +36,9 @@ macro(pcl_report_not_found _reason)
36
elseif(NOT PCL_FIND_QUIETLY)
37
message(WARNING ${_reason})
38
endif()
39
+ if(POLICY CMP0074)
40
+ cmake_policy(POP)
41
+ endif()
42
return()
43
endmacro(pcl_report_not_found)
44
@@ -472,6 +475,9 @@ set(PCL_TO_FIND_COMPONENTS ${_PCL_TO_FIND_COMPONENTS})
472
475
unset(_PCL_TO_FIND_COMPONENTS)
473
476
474
477
if(NOT PCL_TO_FIND_COMPONENTS)
478
479
480
481
482
483
0 commit comments