Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kinect2_registration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if(OpenCL_FOUND)
# Major Linux distro stable releases have buggy OpenCL ICD loader.
# The workaround of disabling exceptions can only be set up during compile time.
# Diabling it for all should be harmless. The flag is the same for GCC/Clang/ICC.
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-exceptions")

endif()
include_directories(${OpenCL_INCLUDE_DIRS})

Expand Down