Skip to content

Commit 7077a04

Browse files
author
devsh
committed
remove last remnanst, and turn off STL /PLY writers for now to let CI pass
1 parent cb6d148 commit 7077a04

File tree

4 files changed

+3
-88
lines changed

4 files changed

+3
-88
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ option(NBL_PCH "Enable pre-compiled header" ON)
179179
option(NBL_FAST_MATH "Enable fast low-precision math" ON)
180180
option(NBL_BUILD_EXAMPLES "Enable building examples" ON)
181181
option(NBL_BUILD_MITSUBA_LOADER "Enable nbl::ext::MitsubaLoader?" OFF) # TODO: once it compies turn this ON by default!
182-
option(NBL_BUILD_IMGUI "Enable nbl::ext::ImGui?" OFF)
182+
option(NBL_BUILD_IMGUI "Enable nbl::ext::ImGui?" ON)
183183

184184
option(NBL_BUILD_OPTIX "Enable nbl::ext::OptiX?" OFF)
185185
if(NBL_COMPILE_WITH_CUDA)

include/nbl/video/IGPUMesh.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

include/nbl/video/IGPUMeshBuffer.h

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/nbl/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ option(_NBL_COMPILE_WITH_MTL_LOADER_ "Compile with MTL Loader" OFF) #default off
5353
option(_NBL_COMPILE_WITH_OBJ_LOADER_ "Compile with OBJ Loader" OFF) #default off until Material Compiler 2
5454
#option(_NBL_COMPILE_WITH_OBJ_WRITER_ "Compile with OBJ Writer" ON) uncomment when writer exists
5555
option(_NBL_COMPILE_WITH_STL_LOADER_ "Compile with STL Loader" OFF) #default off until Material Compiler 2
56-
option(_NBL_COMPILE_WITH_STL_WRITER_ "Compile with STL Writer" ON)
56+
option(_NBL_COMPILE_WITH_STL_WRITER_ "Compile with STL Writer" OFF)
5757
option(_NBL_COMPILE_WITH_PLY_LOADER_ "Compile with PLY Loader" OFF) #default off until Material Compiler 2
58-
option(_NBL_COMPILE_WITH_PLY_WRITER_ "Compile with PLY Writer" ON)
58+
option(_NBL_COMPILE_WITH_PLY_WRITER_ "Compile with PLY Writer" OFF)
5959
option(_NBL_COMPILE_WITH_JPG_LOADER_ "Compile with JPG Loader" ON)
6060
option(_NBL_COMPILE_WITH_JPG_WRITER_ "Compile with JPG Writer" ON)
6161
option(_NBL_COMPILE_WITH_PNG_LOADER_ "Compile with PNG Loader" ON)

0 commit comments

Comments
 (0)