Skip to content

Commit 64555bf

Browse files
author
Ezequiel Lara Gómez
committed
trailing whitespace breaks build
1 parent bdd9c42 commit 64555bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindAPACHE.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if(NOT DEFINED APACHE_MODULE_DIR)
2020

2121
if(APXS_BIN)
2222
EXECUTE_PROCESS(COMMAND ${APXS_BIN} -q LIBEXECDIR
23-
OUTPUT_VARIABLE APACHE_MODULE_DIR )
23+
OUTPUT_VARIABLE APACHE_MODULE_DIR OUTPUT_STRIP_TRAILING_WHITESPACE)
2424
endif(APXS_BIN)
2525
endif(NOT DEFINED APACHE_MODULE_DIR)
2626

0 commit comments

Comments
 (0)