CMake: Update scripts to use consistent style

Closes #2727
Reviewed-by: Sergei Nikulov
This commit is contained in:
Ruslan Baratov 2018-07-17 09:36:59 +03:00 committed by Daniel Stenberg
parent a82372e0fb
commit d1207c07d0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
14 changed files with 418 additions and 461 deletions

View file

@ -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})
################################################################################