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

Attempt 2 to fix pcl_definitions by removal

parent c471baef
No related branches found
No related tags found
No related merge requests found
Pipeline #10513 failed
...@@ -37,7 +37,6 @@ set(HAVE_OPENCV TRUE) ...@@ -37,7 +37,6 @@ set(HAVE_OPENCV TRUE)
if (PCL_FOUND) if (PCL_FOUND)
set(HAVE_PCL TRUE) set(HAVE_PCL TRUE)
string(REPLACE "\" \"" "" PCL_DEFINITIONS ${PCL_DEFINITIONS})
endif() endif()
# Readline library is not required on Windows # Readline library is not required on Windows
......
...@@ -2,7 +2,8 @@ add_library(ftlrender ...@@ -2,7 +2,8 @@ add_library(ftlrender
src/display.cpp src/display.cpp
) )
target_compile_options(ftlrender PUBLIC ${PCL_DEFINITIONS}) # These cause errors in CI build and are being removed from PCL in newer versions
# target_compile_options(ftlrender PUBLIC ${PCL_DEFINITIONS})
target_include_directories(ftlrender PUBLIC target_include_directories(ftlrender PUBLIC
${PCL_INCLUDE_DIRS} ${PCL_INCLUDE_DIRS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment