CMake: Swap USE_ and WITH_ for ENABLE_
Consistency.
This commit is contained in:
@@ -31,7 +31,7 @@ protected:
|
||||
const char* GetInterpolationQualifier(bool interface_block, bool centroid_interpolation, bool sample_interpolation,
|
||||
bool is_out) const;
|
||||
|
||||
#ifdef WITH_OPENGL
|
||||
#ifdef ENABLE_OPENGL
|
||||
void SetGLSLVersionString();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user