From d1207c07d0cc3c7870e50865052bb59850917ec9 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Tue, 17 Jul 2018 09:36:59 +0300 Subject: CMake: Update scripts to use consistent style Closes #2727 Reviewed-by: Sergei Nikulov --- tests/server/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/server/CMakeLists.txt') diff --git a/tests/server/CMakeLists.txt b/tests/server/CMakeLists.txt index 59716fbb3..9b5714d20 100644 --- a/tests/server/CMakeLists.txt +++ b/tests/server/CMakeLists.txt @@ -5,7 +5,7 @@ if(MSVC) endif() function(SETUP_EXECUTABLE TEST_NAME) # ARGN are the files in the test - add_executable( ${TEST_NAME} ${ARGN} ) + add_executable(${TEST_NAME} ${ARGN}) string(TOUPPER ${TEST_NAME} UPPER_TEST_NAME) include_directories( -- cgit v1.2.3