File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ endif (RR_SHARED_CALC AND RR_USE_VULKAN)
33
33
find_package (Threads)
34
34
35
35
find_package (PythonInterp 2.7 REQUIRED)
36
- set (STRINGIFY_SCRIPT ${CMAKE_SOURCE_DIR } /Tools/scripts/stringify.py)
37
- set (EMBREE_INCLUDE_PATH ${CMAKE_SOURCE_DIR } /3rdParty/embree/include )
36
+ set (STRINGIFY_SCRIPT ${RadeonRaysSDK_SOURCE_DIR } /Tools/scripts/stringify.py)
37
+ set (EMBREE_INCLUDE_PATH ${RadeonRaysSDK_SOURCE_DIR } /3rdParty/embree/include )
38
38
if (WIN32 )
39
- set (EMBREE_LIB ${CMAKE_SOURCE_DIR } /3rdParty/embree/lib/x64/embree.lib)
39
+ set (EMBREE_LIB ${RadeonRaysSDK_SOURCE_DIR } /3rdParty/embree/lib/x64/embree.lib)
40
40
elseif (APPLE )
41
- set (EMBREE_LIB ${CMAKE_SOURCE_DIR } /3rdParty/embree/lib/x64/libembree.2.dylib)
41
+ set (EMBREE_LIB ${RadeonRaysSDK_SOURCE_DIR } /3rdParty/embree/lib/x64/libembree.2.dylib)
42
42
elseif (UNIX )
43
43
set (EMBREE_LIB embree2)
44
44
endif (WIN32 )
You can’t perform that action at this time.
0 commit comments