Skip to content

Commit fe4600c

Browse files
author
devsh
committed
make mitsuba loader compile by default
1 parent 874766e commit fe4600c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ option(NBL_BUILD_DPL "Enable DPL (Dynamic Parallelism Library)" OFF)
173173
option(NBL_PCH "Enable pre-compiled header" ON)
174174
option(NBL_FAST_MATH "Enable fast low-precision math" OFF) # the reason OFF is by default now is the var controling it at build time was set AFTER BuildConfigOptions was generated - resulting in the feature being always OFF regardless the value xD - so just for sanity, keeping the same behaviour by default
175175
option(NBL_BUILD_EXAMPLES "Enable building examples" ON)
176-
option(NBL_BUILD_MITSUBA_LOADER "Enable nbl::ext::MitsubaLoader?" OFF) # TODO: once it compies turn this ON by default!
176+
option(NBL_BUILD_MITSUBA_LOADER "Enable nbl::ext::MitsubaLoader?" ON)
177177
option(NBL_BUILD_IMGUI "Enable nbl::ext::ImGui?" ON)
178178

179179
option(NBL_BUILD_OPTIX "Enable nbl::ext::OptiX?" OFF)

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"NBL_UPDATE_GIT_SUBMODULE": "OFF",
1616
"NBL_COMPILE_WITH_CUDA": "OFF",
1717
"NBL_BUILD_OPTIX": "OFF",
18-
"NBL_BUILD_MITSUBA_LOADER": "OFF",
18+
"NBL_BUILD_MITSUBA_LOADER": "ON",
1919
"NBL_BUILD_RADEON_RAYS": "OFF",
2020
"_NBL_COMPILE_WITH_OPEN_EXR_": "ON",
2121
"NBL_EXPLICIT_MODULE_LOAD_LOG": "ON",

0 commit comments

Comments
 (0)