Skip to content
Snippets Groups Projects
Commit e7324c89 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: Use correct spelling for glh_linear package.

parent 9c55b368
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,6 @@ if (NOT USESYSTEMLIBS) ...@@ -5,6 +5,6 @@ if (NOT USESYSTEMLIBS)
if (WINDOWS OR LINUX) if (WINDOWS OR LINUX)
use_prebuilt_binary(glext) use_prebuilt_binary(glext)
endif (WINDOWS OR LINUX) endif (WINDOWS OR LINUX)
use_prebuilt_binary(glh-linear) use_prebuilt_binary(glh_linear)
set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include) set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include)
endif (NOT USESYSTEMLIBS) endif (NOT USESYSTEMLIBS)
...@@ -7,5 +7,5 @@ set(GLH_FIND_QUIETLY TRUE) ...@@ -7,5 +7,5 @@ set(GLH_FIND_QUIETLY TRUE)
if (USESYSTEMLIBS) if (USESYSTEMLIBS)
include(FindGLH) include(FindGLH)
else (USESYSTEMLIBS) else (USESYSTEMLIBS)
use_prebuilt_binary(glh-linear) use_prebuilt_binary(glh_linear)
endif (USESYSTEMLIBS) endif (USESYSTEMLIBS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment