Skip to content

Commit 047dea4

Browse files
author
devsh
committed
enable PLY Loader by default now
1 parent 7459a21 commit 047dea4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/nbl/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ include(common)
5252
option(_NBL_COMPILE_WITH_MTL_LOADER_ "Compile with MTL Loader" OFF) #default off until Material Compiler 2
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
55-
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" OFF)
57-
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" OFF)
55+
option(_NBL_COMPILE_WITH_STL_LOADER_ "Compile with STL Loader" OFF) #default off until reimplemented
56+
option(_NBL_COMPILE_WITH_STL_WRITER_ "Compile with STL Writer" OFF) #default off until reimplemented
57+
option(_NBL_COMPILE_WITH_PLY_LOADER_ "Compile with PLY Loader" ON)
58+
option(_NBL_COMPILE_WITH_PLY_WRITER_ "Compile with PLY Writer" OFF) #default off until reimplemented
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)