From 305f1ab1bee845c46fc50990602130c3fb565acb Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Mon, 27 Mar 2017 16:36:54 -0400 Subject: Fix cmake option. --- tests/integration/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration') diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index db086a8..0595584 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -77,7 +77,7 @@ target_link_libraries( execute_process( COMMAND whoami OUTPUT_VARIABLE TESTS_USER - STRIP_TRAILING_WHITESPACE + OUTPUT_STRIP_TRAILING_WHITESPACE ) if(NOT "${TESTS_USER}" STREQUAL "jenkins") -- cgit v1.2.3