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

Fix for pcl definitions corruption

parent 3402d327
Branches
Tags
No related merge requests found
Pipeline #10512 failed
......@@ -37,6 +37,7 @@ set(HAVE_OPENCV TRUE)
if (PCL_FOUND)
set(HAVE_PCL TRUE)
string(REPLACE "\" \"" "" PCL_DEFINITIONS ${PCL_DEFINITIONS})
endif()
# Readline library is not required on Windows
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment