We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3a2bd commit 90be512Copy full SHA for 90be512
CMakeLists.txt
@@ -271,13 +271,9 @@ option(NBL_BUILD_EXAMPLES "Enable building examples" ON)
271
272
option(NBL_BUILD_TOOLS "Enable building tools (just convert2BAW as for now)" ON)
273
274
-<<<<<<< HEAD
275
-option(NBL_BUILD_MITSUBA_LOADER "Enable nbl::ext::MitsubaLoader?" OFF)
+option(NBL_BUILD_MITSUBA_LOADER "Enable nbl::ext::MitsubaLoader?" OFF) # TODO: once it compies turn this ON by default!
276
277
option(NBL_BUILD_IMGUI "Enable nbl::ext::ImGui?" ON)
278
-=======
279
-option(NBL_BUILD_MITSUBA_LOADER "Enable nbl::ext::MitsubaLoader?" OFF) # TODO: once it compies turn this ON by default!
280
->>>>>>> master
281
282
option(NBL_BUILD_OPTIX "Enable nbl::ext::OptiX?" OFF)
283
if(NBL_COMPILE_WITH_CUDA)
0 commit comments