Skip to content

Commit

Permalink
Merge pull request #2428 from tarkpate/ospray_upgrade
Browse files Browse the repository at this point in the history
OSPRay Upgrade to 2.10
  • Loading branch information
jessdtate authored Aug 9, 2023
2 parents 053ec3d + 1834e4d commit 96fc0de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Superbuild/OsprayExternal.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# DEALINGS IN THE SOFTWARE.

SET_PROPERTY(DIRECTORY PROPERTY "EP_BASE" ${ep_base})
SET(ospray_GIT_TAG "origin/scirun-build-2.4")
SET(ospray_GIT_TAG "origin/scirun-build-2.10")

set(ospray_DEPENDENCIES)
LIST(APPEND ospray_DEPENDENCIES GLM_external)
Expand All @@ -45,6 +45,7 @@ ExternalProject_Add(Ospray_external
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON
-DENABLE_OSPRAY_SUPERBUILD:BOOL=ON
-Dglm_DIR:PATH=${GLM_DIR}/cmake/glm
-DBUILD_ISA_AVX512:BOOL=OFF
)

ExternalProject_Get_Property(Ospray_external BINARY_DIR)
Expand Down
1 change: 1 addition & 0 deletions src/Core/Thread/Mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <boost/noncopyable.hpp>
#include <thread>
#include <mutex>
#include <string>
#include <Core/Thread/share.h>

namespace SCIRun
Expand Down

0 comments on commit 96fc0de

Please sign in to comment.