mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-21 12:00:06 +00:00
Update CMake config file to include OpenMP (#345)
This commit is contained in:
parent
e4c370d494
commit
37a3733912
@ -3,6 +3,11 @@
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake)
|
||||
include(CMakeFindDependencyMacro)
|
||||
|
||||
set(BC_USE_OPENMP @BC_USE_OPENMP@)
|
||||
if(BC_USE_OPENMP)
|
||||
find_dependency(OpenMP)
|
||||
endif()
|
||||
|
||||
set(ENABLE_OPENEXR_SUPPORT @ENABLE_OPENEXR_SUPPORT@)
|
||||
if(ENABLE_OPENEXR_SUPPORT)
|
||||
find_dependency(OpenEXR)
|
||||
|
Loading…
Reference in New Issue
Block a user