We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afc0be8 + 64555bf commit 915e05dCopy full SHA for 915e05d
cmake/FindAPACHE.cmake
@@ -19,9 +19,8 @@ if(NOT DEFINED APACHE_MODULE_DIR)
19
)
20
21
if(APXS_BIN)
22
- EXEC_PROGRAM(${APXS_BIN}
23
- ARGS -q LIBEXECDIR
24
- OUTPUT_VARIABLE APACHE_MODULE_DIR )
+ EXECUTE_PROCESS(COMMAND ${APXS_BIN} -q LIBEXECDIR
+ OUTPUT_VARIABLE APACHE_MODULE_DIR OUTPUT_STRIP_TRAILING_WHITESPACE)
25
endif(APXS_BIN)
26
endif(NOT DEFINED APACHE_MODULE_DIR)
27
0 commit comments