Skip to content

Commit 93c2503

Browse files
HACK: Fix module not found
1 parent cf7694b commit 93c2503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/Standalone/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ else()
8686
endif()
8787

8888
if(GPUCA_BUILD_EVENT_DISPLAY)
89-
find_package(GLFW NAMES glfw3 CONFIG REQUIRED)
89+
find_package(GLFW NAMES glfw3/glfw3 CONFIG REQUIRED) # HACK: Better fix module file
9090
find_package(GLEW REQUIRED)
9191
find_package(GLUT REQUIRED)
9292
find_package(OpenGL REQUIRED)

0 commit comments

Comments
 (0)