ImProcFunctions cleanup and transition to OpenMP -- phase 1
This commit is contained in:
@@ -116,6 +116,11 @@ if (WITH_RAWZOR)
|
||||
endif (WIN32)
|
||||
endif (WITH_RAWZOR)
|
||||
|
||||
find_package(OpenMP)
|
||||
if (OPENMP_FOUND)
|
||||
set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS})
|
||||
endif (OPENMP_FOUND)
|
||||
|
||||
add_subdirectory (rtexif)
|
||||
add_subdirectory (rtengine)
|
||||
add_subdirectory (rtgui)
|
||||
|
Reference in New Issue
Block a user