From 118504d3fff05e0ba168a84dbcf47e848b85e3a1 Mon Sep 17 00:00:00 2001 From: HALX99 Date: Fri, 4 Dec 2020 22:31:46 +0800 Subject: [PATCH] Update CMakeLists.txt --- external/jpeg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/jpeg/CMakeLists.txt b/external/jpeg/CMakeLists.txt index d38e31bec6..220c1139fb 100644 --- a/external/jpeg/CMakeLists.txt +++ b/external/jpeg/CMakeLists.txt @@ -109,7 +109,7 @@ if(CMAKE_INSTALL_PREFIX STREQUAL "${CMAKE_INSTALL_DEFAULT_PREFIX}") endif() endif() -include(cmakescripts/GNUInstallDirs.cmake) +# include("cmakescripts/GNUInstallDirs.cmake") macro(report_directory var) if(CMAKE_INSTALL_${var} STREQUAL CMAKE_INSTALL_FULL_${var})