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 --- lib/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 6653d555f..6b90f011f 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -80,7 +80,7 @@ endif() target_link_libraries(${LIB_NAME} ${CURL_LIBS}) if(WIN32) - add_definitions( -D_USRDLL ) + add_definitions(-D_USRDLL) endif() set_target_properties(${LIB_NAME} PROPERTIES COMPILE_DEFINITIONS BUILDING_LIBCURL) @@ -102,7 +102,7 @@ if(WIN32) endif() target_include_directories(${LIB_NAME} INTERFACE - $) + $) install(TARGETS ${LIB_NAME} EXPORT libcurl-target -- cgit v1.2.3