Skip to content

Commit b7ed536

Browse files
committed
Move to embree4
1 parent 70ba256 commit b7ed536

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

build-system/build-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"Dependencies": {
99
"user": "LuxCoreRender",
10-
"release": "1.1.0-dev1"
10+
"release": "1.1.0-dev2"
1111
},
1212
"Build": {
1313
"gcc": "14",

src/luxcore/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ target_link_libraries(luxcore PRIVATE
8787
boost::boost
8888
spdlog::spdlog_header_only
8989
openimageio::openimageio
90-
embree
90+
embree::embree
9191
luxparser
9292
)
9393
target_link_libraries(luxcore_static PRIVATE
@@ -100,7 +100,7 @@ target_link_libraries(luxcore_static PRIVATE
100100
boost::boost
101101
spdlog::spdlog_header_only
102102
openimageio::openimageio
103-
embree
103+
embree::embree
104104
luxparser
105105
)
106106

src/luxcore/luxparser/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ add_library(luxparser STATIC ${BISON_luxbison_OUTPUTS} ${FLEX_luxflex_OUTPUTS})
4343
target_link_libraries(luxparser PRIVATE
4444
robin_hood::robin_hood
4545
boost::boost
46-
embree
46+
embree::embree
4747
Imath::Imath
4848
OpenColorIO::OpenColorIO
4949
)

src/luxrays/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ set(LUXRAYS_LIB_SRCS
238238
add_library(luxrays STATIC ${LUXRAYS_LIB_SRCS})
239239
add_definitions(-DCPP_API_EXPORTS ${VISIBILITY_FLAGS}) # for controlling visibility
240240
target_link_libraries(luxrays PRIVATE
241-
embree
241+
embree::embree
242242
openimageio::openimageio
243243
boost::boost
244244
OpenMP::OpenMP_CXX

src/pyluxcore/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ target_link_libraries(pyluxcore PRIVATE
4040
blender-types
4141
robin_hood::robin_hood
4242
openimageio::openimageio
43-
embree
43+
embree::embree
4444
)
4545
target_link_libraries(pyluxcore PRIVATE OpenMP::OpenMP_CXX)
4646

src/slg/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ target_link_libraries(slg-core PRIVATE
497497
openexr::openexr
498498
opensubdiv::opensubdiv
499499
Imath::Imath
500-
embree
500+
embree::embree
501501
openimageio::openimageio
502502
nlohmann_json::nlohmann_json
503503
robin_hood::robin_hood
@@ -716,7 +716,7 @@ add_library(slg-film STATIC ${SLG_FILM_SRCS})
716716
target_link_libraries(slg-film PRIVATE
717717
boost::boost
718718
OpenColorIO::OpenColorIO
719-
embree
719+
embree::embree
720720
oidn::oidn
721721
openimageio::openimageio
722722
OpenMP::OpenMP_CXX

0 commit comments

Comments
 (0)