Fix WITH_LEGACY_OPENGL=ON
This wasn't working outside of gpu module.
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
#
|
||||
# ***** END GPL LICENSE BLOCK *****
|
||||
|
||||
if(WITH_LEGACY_OPENGL)
|
||||
add_definitions(-DWITH_LEGACY_OPENGL)
|
||||
endif()
|
||||
|
||||
add_subdirectory(blender)
|
||||
|
||||
if(WITH_GAMEENGINE)
|
||||
|
||||
Reference in New Issue
Block a user