CMake: Not all TTK target are put into ext/ttk folder
r-englund opened this issue · 4 comments
r-englund commented
modules/topovis/topologytoolkit/ext/ttk/CMakeLists.txt
Lines 37 to 46 in 8c5fd75
MutterOberin commented
r-englund commented
Should probably change
modules/topovis/topologytoolkit/ext/ttk/CMakeLists.txt
Lines 37 to 46 in 8c5fd75
ivw_get_targets_in_dir_recursive(ttk_targets ${CMAKE_CURRENT_LIST_DIR}/ttk)
foreach(target ${ttk_targets})
ivw_folder(${target} "ext/ttk")
endforeach()
petersteneteg commented
no point having TTK_BUILD_VTK_WRAPPERS enabled in inviwo...
r-englund commented
no point having TTK_BUILD_VTK_WRAPPERS enabled in inviwo...
But it is still possible to enable it, and if so I think we should move the projects into the ext/ttk folder