Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Fix 'find_dependency' call
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Nov 13, 2016
1 parent 54a6674 commit 0ac6af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
include(CMakeFindDependencyMacro)

if(@MSVC@)
find_dependency(glew)
find_dependency(glew CONFIG)
endif()

include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
Expand Down

0 comments on commit 0ac6af0

Please sign in to comment.