forked from qt-creator/qt-creator
QtKeyChain: Fix CMakeLists.txt
Otherwise getting:
CMake Error at src/libs/3rdparty/qtkeychain/CMakeLists.txt:26 (endif):
Flow control statements are not properly nested.
Amends 4c746e79f0
Change-Id: I28c62432113e41426673a3bf4753d1001a8a4f9a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
1
src/libs/3rdparty/qtkeychain/CMakeLists.txt
vendored
1
src/libs/3rdparty/qtkeychain/CMakeLists.txt
vendored
@@ -23,7 +23,6 @@ if (WIN32)
|
|||||||
DEPENDS crypt32
|
DEPENDS crypt32
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
|
||||||
|
|
||||||
extend_qtc_library(qtkeychain
|
extend_qtc_library(qtkeychain
|
||||||
CONDITION APPLE
|
CONDITION APPLE
|
||||||
|
|||||||
Reference in New Issue
Block a user