From 41634e3e9f0885ba1b010a615eacf20478ba236f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 9 Mar 2019 16:22:55 +0100 Subject: [PATCH] modules: properly include FPHSA where needed. --- modules/FindGLFW.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/FindGLFW.cmake b/modules/FindGLFW.cmake index 5e13798f7..2e67547a2 100644 --- a/modules/FindGLFW.cmake +++ b/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()