修正cmake message

This commit is contained in:
hao
2018-07-02 10:04:25 +08:00
parent 21a3eaec89
commit eb4c7c0f17
+1 -1
View File
@@ -36,7 +36,7 @@ target_link_libraries(
execute_process(COMMAND php-config --extension-dir execute_process(COMMAND php-config --extension-dir
OUTPUT_VARIABLE LIBRARY_DIR) OUTPUT_VARIABLE LIBRARY_DIR)
message("Test ${LIBRARY_DIR} failed.") message("PHP_EXTENSIONS_DIR ${LIBRARY_DIR}")
add_custom_command(TARGET platescan add_custom_command(TARGET platescan
POST_BUILD POST_BUILD