summaryrefslogtreecommitdiffstats
path: root/contrib/tweetnacl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tweetnacl/CMakeLists.txt')
-rw-r--r--contrib/tweetnacl/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/tweetnacl/CMakeLists.txt b/contrib/tweetnacl/CMakeLists.txt
deleted file mode 100644
index ac4f6e806..000000000
--- a/contrib/tweetnacl/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-cmake_minimum_required(VERSION 2.6)
-
-set(NACL_SRC tweetnacl.c)
-
-add_library(tweetnacl STATIC "${NACL_SRC}")
-if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "GNU")
- set_target_properties(tweetnacl PROPERTIES COMPILER_FLAGS "-O3")
-endif () \ No newline at end of file