From 184f51486ee9b232b884111125945ebb2c74219c Mon Sep 17 00:00:00 2001 From: Alejandro Leal Conejos Date: Tue, 3 Aug 2021 09:44:45 +0200 Subject: [PATCH] Added new line to split the header from the actual code. --- cmake/modules/FindSKIQ.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/modules/FindSKIQ.cmake b/cmake/modules/FindSKIQ.cmake index 9426c447b..5d63fa47d 100644 --- a/cmake/modules/FindSKIQ.cmake +++ b/cmake/modules/FindSKIQ.cmake @@ -5,6 +5,7 @@ # forth in the LICENSE file which can be found at the top level of # the distribution. # + INCLUDE(FindPkgConfig) #PKG_CHECK_MODULES(SKIQ SKIQ) IF(NOT SKIQ_FOUND)