Skip to content

Commit 469438d

Browse files
Victor Mateevitsijohguenther
Victor Mateevitsi
andcommitted
Added denoiser
Co-authored-by: Johannes Günther <johannes.guenther@intel.com>
1 parent f52a496 commit 469438d

10 files changed

+1784
-1159
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ include(cmake/cmake_project_commands.cmake)
3434

3535
## Dependencies ##
3636

37-
find_package(anari 0.10.0 REQUIRED)
38-
find_package(ospray 3.1.0 REQUIRED)
37+
find_package(anari 0.11.0 REQUIRED)
38+
find_package(ospray 3.2.0 REQUIRED)
3939
find_package(Python3 REQUIRED COMPONENTS Interpreter)
4040

4141
## Code generation ##

0 commit comments

Comments
 (0)