File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ include(common)
52
52
option (_NBL_COMPILE_WITH_MTL_LOADER_ "Compile with MTL Loader" OFF ) #default off until Material Compiler 2
53
53
option (_NBL_COMPILE_WITH_OBJ_LOADER_ "Compile with OBJ Loader" OFF ) #default off until Material Compiler 2
54
54
#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
59
59
option (_NBL_COMPILE_WITH_JPG_LOADER_ "Compile with JPG Loader" ON )
60
60
option (_NBL_COMPILE_WITH_JPG_WRITER_ "Compile with JPG Writer" ON )
61
61
option (_NBL_COMPILE_WITH_PNG_LOADER_ "Compile with PNG Loader" ON )
You can’t perform that action at this time.
0 commit comments