Browse Source

modules: properly include FPHSA where needed.

audio-import
Vladimír Vondruš 7 years ago
parent
commit
41634e3e9f
  1. 1
      modules/FindGLFW.cmake

1
modules/FindGLFW.cmake

@ -58,6 +58,7 @@ if(TARGET glfw)
# Just to make FPHSA print some meaningful location, nothing else
get_target_property(_GLFW_INTERFACE_INCLUDE_DIRECTORIES glfw INTERFACE_INCLUDE_DIRECTORIES)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args("GLFW" DEFAULT_MSG
_GLFW_INTERFACE_INCLUDE_DIRECTORIES)
return()

Loading…
Cancel
Save