From 62ee52c754f67aaa7a527b381cd6958f150c1515 Mon Sep 17 00:00:00 2001 From: Wescoeur Date: Sun, 16 Jul 2017 22:13:03 +0200 Subject: [PATCH] chore(CMakeLists.txt): remove tabs --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c34f2cf20..e038bacc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -354,7 +354,7 @@ endforeach () target_link_libraries(${TARGET_NAME} ${BCTOOLBOX_CORE_LIBRARIES} ${BELCARD_LIBRARIES} ${LINPHONE_LIBRARIES} ${LINPHONECXX_LIBRARIES}) if(APPLE) - target_link_libraries(${TARGET_NAME} "-framework Cocoa") + target_link_libraries(${TARGET_NAME} "-framework Cocoa") endif() install(TARGETS ${TARGET_NAME}