We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2c48f6 + 3448229 commit ea13639Copy full SHA for ea13639
CMakeLists.txt
@@ -96,15 +96,6 @@ elseif(VISUALIZATION_LIBRARY STREQUAL "cilantro")
96
find_package(cilantro REQUIRED)
97
include_directories(${cilantro_INCLUDE_DIRS})
98
add_definitions(-DWITH_CILANTRO)
99
- # workaround for https://github.com/kzampog/cilantro/issues/37
100
- find_package(Pangolin REQUIRED)
101
- list(APPEND cilantro_LIBRARIES ${Pangolin_LIBRARIES})
102
- # workaround for OpenMP flags not propagating from cilantro
103
- find_package(OpenMP)
104
- if(OPENMP_FOUND)
105
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")
106
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
107
- endif()
108
endif()
109
110
0 commit comments