Skip to content

Commit ea13639

Browse files
authored
Merge pull request weigao95#15 from Algomorph/master
Removed workaround for cilantro issue weigao95#37 (fixed)
2 parents a2c48f6 + 3448229 commit ea13639

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CMakeLists.txt

-9
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,6 @@ elseif(VISUALIZATION_LIBRARY STREQUAL "cilantro")
9696
find_package(cilantro REQUIRED)
9797
include_directories(${cilantro_INCLUDE_DIRS})
9898
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()
10899
endif()
109100

110101

0 commit comments

Comments
 (0)