aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0aa91aa57..925408f8c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -506,10 +506,6 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/"
"${CMAKE_BINARY_DIR}/src" #Stored in the binary dir
"${CMAKE_BINARY_DIR}/src/libcryptobox")
-IF(CMAKE_INSTALL_PREFIX)
- SET(PREFIX ${CMAKE_INSTALL_PREFIX})
-ENDIF(CMAKE_INSTALL_PREFIX)
-
LIST(APPEND CMAKE_REQUIRED_LIBRARIES m)
SET(POE_LOOP "Loop::IO_Poll")