commit | ea24394c03ce5947237f3b015a14dd20a3c34d2c | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Mon Jan 07 14:12:25 2019 +0000 |
committer | Janos Follath <janos.follath@arm.com> | Mon Aug 19 13:36:44 2019 +0100 |
tree | fdefa6f92a5ce10b263c222f85ff427b008d6e9c | |
parent | 0082f9df6f26b982f74a3301399f66ba7a6eb039 [diff] [blame] |
ECDH: Fix whitespace and permission problems
diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt old mode 100755 new mode 100644 index df28699..4511e43 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt
@@ -1,6 +1,6 @@ -add_subdirectory(everest) - -set(src_thirdparty - ${src_everest} - PARENT_SCOPE -) +add_subdirectory(everest) + +set(src_thirdparty + ${src_everest} + PARENT_SCOPE +)