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

Add HAVE_PCL to cmake

parent 2fb0b659
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,10 @@ find_package( PCL )
set(CMAKE_CXX_STANDARD 17) # For PCL/VTK https://github.com/PointCloudLibrary/pcl/issues/2686
set(HAVE_OPENCV TRUE)
if (PCL_FOUND)
set(HAVE_PCL TRUE)
endif()
# Readline library is not required on Windows
# May also entirely remove dependence on this... it should be optional at least.
if (NOT WIN32)
......
......@@ -6,6 +6,7 @@
#cmakedefine HAVE_URIPARSESINGLE
#cmakedefine HAVE_CUDA
#cmakedefine HAVE_OPENCV
#cmakedefine HAVE_PCL
extern const char *FTL_VERSION_LONG;
extern const char *FTL_VERSION;
......
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