Skip to content

Commit c3a5896

Browse files
committed
Do not throw a warning, since the CI interprets it as error
1 parent 25201a4 commit c3a5896

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

GPU/GPUTracking/Standalone/display/GPUDisplay.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#if !defined(GL_VERSION_4_5) || GL_VERSION_4_5 != 1
2929
#ifdef GPUCA_STANDALONE
3030
#error Unsupported OpenGL version < 4.5
31+
#elif defined(GPUCA_O2_LIB)
32+
#pragma message "Unsupported OpenGL version < 4.5, disabling standalone event display"
3133
#else
3234
#warning Unsupported OpenGL version < 4.5, disabling standalone event display
3335
#undef BUILD_EVENT_DISPLAY

0 commit comments

Comments
 (0)