summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJukka Ojanen <jukka.ojanen@linkotec.net>2016-03-11 12:24:56 +0200
committerJukka Ojanen <jukka.ojanen@linkotec.net>2016-03-11 12:24:56 +0200
commit2051c214d591be08e40fdba623ccefabbba11b29 (patch)
tree37a7c4ab54f77c52781525badc340f43c7ec9f46
parent9320b4ab8d0da95e18964324e904e603a3fc5d2e (diff)
downloadffts-2051c214d591be08e40fdba623ccefabbba11b29.zip
ffts-2051c214d591be08e40fdba623ccefabbba11b29.tar.gz
Remove unused CMake build option
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cad094f..8761229 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,10 +30,6 @@ option(DISABLE_DYNAMIC_CODE
"Disables the use of dynamic machine code generation." OFF
)
-option(ENABLE_RUNTIME_DYNAMIC_CODE
- "Enables the runtime generation of dynamic machine code." ON
-)
-
option(GENERATE_POSITION_INDEPENDENT_CODE
"Generate position independent code" OFF
)
OpenPOWER on IntegriCloud