We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec98e9e commit a957e55Copy full SHA for a957e55
1 file changed
GPU/GPUTracking/Standalone/CMakeLists.txt
@@ -86,7 +86,7 @@ else()
86
endif()
87
88
if(GPUCA_BUILD_EVENT_DISPLAY)
89
- find_package(GLFW NAMES glfw3/glfw3 CONFIG REQUIRED) # HACK: Better fix module file
+ find_package(GLFW NAMES glfw3 CONFIG REQUIRED)
90
find_package(GLEW REQUIRED)
91
find_package(GLUT REQUIRED)
92
find_package(OpenGL REQUIRED)
0 commit comments