diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c3a0f57ba3..6ba9772bf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,12 +147,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux") endif() endif() -if(UNIX) - # Builds a relocatable binary on Linux. - # The Sys folder will need to be copied to the Binaries folder. - option(LINUX_LOCAL_DEV "Enable relocatable binary" OFF) -endif() - list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMake ) @@ -396,12 +390,6 @@ if(ENABLE_LTO) endif() endif() -if(UNIX) - if(LINUX_LOCAL_DEV) - add_definitions(-DLINUX_LOCAL_DEV) - endif() -endif() - # BSDs put packages in /usr/local instead of /usr, so we need to # force CMake to look in those directories by default, too. # All commands and submodule commands also need to see these |
