Browse Source

修正cmake message

pull/1/MERGE
hao 6 years ago
parent
commit
eb4c7c0f17
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Prj-PHP/CMakeLists.txt

+ 1
- 1
Prj-PHP/CMakeLists.txt 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


Loading…
Cancel
Save