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 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7e87f75e6..fce2d2d25 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -62,7 +62,7 @@ include_directories( ) #Build curl executable -target_link_libraries( ${EXE_NAME} libcurl ${CURL_LIBS}) +target_link_libraries(${EXE_NAME} libcurl ${CURL_LIBS}) ################################################################################ -- cgit v1.2.3