[skip e2e] Remove useless OpenMP settings in CMakeLists.txt (#16441)

Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
pull/16458/head
Cai Yudong 2022-04-09 14:15:32 +08:00 committed by GitHub
parent 71cd7ba67a
commit fa697d0d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -41,11 +41,6 @@ else ()
message(FATAL_ERROR "Unsupported platform!" )
endif ()
find_package(OpenMP REQUIRED)
if (OPENMP_FOUND)
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
endif()
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" )
include( Utils )