You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ option(NBL_BUILD_CEGUI "Enable CEGUI building and integration?" OFF)
218
218
219
219
option(NBL_BUILD_BULLET"Enable Bullet Physics building and integration?"OFF)
220
220
221
-
option(NBL_BUILD_DOCS"Enable building documentation?"ON)
221
+
option(NBL_BUILD_DOCS"Enable building documentation?"OFF) # No one has doxygen installed, plus we dont know when was the last time we generated working doxy and we'll use SphinX in the future
0 commit comments