From eb4c7c0f17a54f44855e683010a66f34e107893b Mon Sep 17 00:00:00 2001 From: hao Date: Mon, 2 Jul 2018 10:04:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3cmake=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Prj-PHP/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prj-PHP/CMakeLists.txt b/Prj-PHP/CMakeLists.txt index 53873d1..ee599ae 100644 --- a/Prj-PHP/CMakeLists.txt +++ b/Prj-PHP/CMakeLists.txt @@ -36,7 +36,7 @@ target_link_libraries( execute_process(COMMAND php-config --extension-dir OUTPUT_VARIABLE LIBRARY_DIR) -message("Test ${LIBRARY_DIR} failed.") +message("PHP_EXTENSIONS_DIR ${LIBRARY_DIR}") add_custom_command(TARGET platescan POST_BUILD