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})