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