superbuild_ospray icon indicating copy to clipboard operation
superbuild_ospray copied to clipboard

Use CMake's ExternalProject module to build OSPRay

OSPRay CMake Superbuild

This CMake script will pull down OSPRay's dependencies and build OSPRay itself. The result is an install directory with everything in it (CMAKE_INSTALL_PREFIX)

Run with:

git clone https://github.com/jeffamstutz/superbuild_ospray
cd superbuild_ospray
mkdir build
cd build
cmake ..
cmake --build .