Removed OpenMP stuff
This commit is contained in:
parent
5bd70eb2db
commit
d59df30005
1 changed files with 0 additions and 7 deletions
|
@ -477,13 +477,6 @@ if(NOT FORCE_LOCAL_LIBS)
|
||||||
find_package(SDL2)
|
find_package(SDL2)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Enable OpenMP if available
|
|
||||||
find_package(OpenMP)
|
|
||||||
if (OpenMP_CXX_FOUND)
|
|
||||||
target_link_libraries(CSE2 OpenMP::OpenMP_CXX)
|
|
||||||
target_compile_definitions(CSE2 PRIVATE USE_OPENMP)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(TARGET SDL2::SDL2)
|
if(TARGET SDL2::SDL2)
|
||||||
# CMake-generated config (Arch, vcpkg, Raspbian)
|
# CMake-generated config (Arch, vcpkg, Raspbian)
|
||||||
message(STATUS "Using system SDL2")
|
message(STATUS "Using system SDL2")
|
||||||
|
|
Loading…
Add table
Reference in a new issue