From dc9c7bd382653967e6c6c6e842cfc80d0ffa9323 Mon Sep 17 00:00:00 2001 From: heinrich5991 Date: Sat, 17 Feb 2018 01:31:46 +0100 Subject: [PATCH] Revert "Fix bundled pnglite" This reverts commit e8402062bf2cba49ca208dd0ea66346432b28bb8. --- cmake/FindPnglite.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindPnglite.cmake b/cmake/FindPnglite.cmake index f53a54208..b011a5011 100644 --- a/cmake/FindPnglite.cmake +++ b/cmake/FindPnglite.cmake @@ -38,7 +38,7 @@ if(NOT PNGLITE_FOUND) set(PNGLITE_DEP $) set(PNGLITE_INCLUDE_DIRS ${PNGLITE_INCLUDEDIR}) - set(PNGLITE_LIBRARIES "") + set(PNGLITE_LIBRARIES) include(FindPackageHandleStandardArgs) find_package_handle_standard_args(Pnglite DEFAULT_MSG PNGLITE_INCLUDEDIR)