>From 800126e040d9e7c025b50825f9cd10a714fe59ce Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Sat, 7 Apr 2018 22:04:52 +0100 Subject: [PATCH 12/19] CMakeLists.txt: Cosmetic, don't print ftconfig.h/ftoption.h messages Noise. --- CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ffe975c1..3b884a125 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -199,15 +199,7 @@ foreach (d ZLIB BZip2 PNG HarfBuzz) endforeach () -message(STATUS - "Creating directory ${PROJECT_BINARY_DIR}/include/freetype/config") -file(MAKE_DIRECTORY "${PROJECT_BINARY_DIR}/include/freetype/config") - - # Create the configuration file -message(STATUS - "Creating file ${PROJECT_BINARY_DIR}/include/freetype/config/ftconfig.h") - if (UNIX) check_include_file("unistd.h" HAVE_UNISTD_H) check_include_file("fcntl.h" HAVE_FCNTL_H) @@ -246,9 +238,6 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different # Create the options file -message(STATUS - "Creating file ${PROJECT_BINARY_DIR}/include/freetype/config/ftoption.h") - file(READ "${PROJECT_SOURCE_DIR}/include/freetype/config/ftoption.h" FTOPTION_H) if (ZLIB_FOUND) -- 2.14.3