diff --git a/cmake/OmimHelpers.cmake b/cmake/OmimHelpers.cmake index 3c5d2e7b7b..811e3e9264 100644 --- a/cmake/OmimHelpers.cmake +++ b/cmake/OmimHelpers.cmake @@ -154,7 +154,7 @@ function(link_opengl target) if (PLATFORM_LINUX) omim_link_libraries( ${target} - ${OPENGL_gl_LIBRARY} + OpenGL::GL ) endif() endfunction()