diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-03-27 16:36:54 -0400 |
---|---|---|
committer | Rodney Dawes <rodney.dawes@canonical.com> | 2017-03-27 16:36:54 -0400 |
commit | 305f1ab1bee845c46fc50990602130c3fb565acb (patch) | |
tree | 724590bad169b1f39ea373fc8ce0c33808ee1237 | |
parent | 4e956520143c83f63ef24379aa085054ac15df95 (diff) | |
download | ayatana-indicator-sound-305f1ab1bee845c46fc50990602130c3fb565acb.tar.gz ayatana-indicator-sound-305f1ab1bee845c46fc50990602130c3fb565acb.tar.bz2 ayatana-indicator-sound-305f1ab1bee845c46fc50990602130c3fb565acb.zip |
Fix cmake option.
-rw-r--r-- | tests/integration/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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") |