Cleanup: remove WITH_EMBREE make deps option
No other default enabled libraries have an option either.
This commit is contained in:
@@ -98,15 +98,12 @@ else()
|
|||||||
include(cmake/pugixml.cmake)
|
include(cmake/pugixml.cmake)
|
||||||
endif()
|
endif()
|
||||||
include(cmake/openimagedenoise.cmake)
|
include(cmake/openimagedenoise.cmake)
|
||||||
|
include(cmake/embree.cmake)
|
||||||
|
|
||||||
if(WITH_WEBP)
|
if(WITH_WEBP)
|
||||||
include(cmake/webp.cmake)
|
include(cmake/webp.cmake)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WITH_EMBREE)
|
|
||||||
include(cmake/embree.cmake)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
# HMD branch deps
|
# HMD branch deps
|
||||||
include(cmake/hidapi.cmake)
|
include(cmake/hidapi.cmake)
|
||||||
|
@@ -20,7 +20,6 @@ if(WIN32)
|
|||||||
option(ENABLE_MINGW64 "Enable building of ffmpeg/iconv/libsndfile/lapack/fftw3 by installing mingw64" ON)
|
option(ENABLE_MINGW64 "Enable building of ffmpeg/iconv/libsndfile/lapack/fftw3 by installing mingw64" ON)
|
||||||
endif()
|
endif()
|
||||||
option(WITH_WEBP "Enable building of oiio with webp support" OFF)
|
option(WITH_WEBP "Enable building of oiio with webp support" OFF)
|
||||||
option(WITH_EMBREE "Enable building of Embree" ON)
|
|
||||||
set(MAKE_THREADS 1 CACHE STRING "Number of threads to run make with")
|
set(MAKE_THREADS 1 CACHE STRING "Number of threads to run make with")
|
||||||
|
|
||||||
if(NOT BUILD_MODE)
|
if(NOT BUILD_MODE)
|
||||||
|
Reference in New Issue
Block a user