summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoshua Vandaƫle <joshua@vandaele.software>2025-12-11 03:29:09 +0100
committerJoshua Vandaƫle <joshua@vandaele.software>2026-07-24 03:45:13 +0200
commit3d9f46cd64eeedbb7ac92039002d505ca6e594c7 (patch)
tree798710c4024e5be3dbddc81f3aea60a625f3b262 /CMakeLists.txt
parentfa2a250f01be4f58e728d6f3fbb43e1eef56c808 (diff)
CMake: Remove LINUX_LOCAL_DEV and symlink required files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt12
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