Skip to content

Commit 90be512

Browse files
committed
Fix merge conflict
1 parent 8c3a2bd commit 90be512

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,9 @@ option(NBL_BUILD_EXAMPLES "Enable building examples" ON)
271271

272272
option(NBL_BUILD_TOOLS "Enable building tools (just convert2BAW as for now)" ON)
273273

274-
<<<<<<< HEAD
275-
option(NBL_BUILD_MITSUBA_LOADER "Enable nbl::ext::MitsubaLoader?" OFF)
274+
option(NBL_BUILD_MITSUBA_LOADER "Enable nbl::ext::MitsubaLoader?" OFF) # TODO: once it compies turn this ON by default!
276275

277276
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
281277

282278
option(NBL_BUILD_OPTIX "Enable nbl::ext::OptiX?" OFF)
283279
if(NBL_COMPILE_WITH_CUDA)

0 commit comments

Comments
 (0)