aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e314fd73..b5796168 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,9 +47,9 @@ option(enable-swaymsg "Enables the swaymsg utility" YES)
option(enable-gdk-pixbuf "Use Pixbuf to support more image formats" YES)
option(zsh-completions "Zsh shell completions" NO)
option(default-wallpaper "Installs the default wallpaper" YES)
-option(ld-library-path "Configures sway's default LD_LIBRARY_PATH" "/usr/lib")
+option(LD_LIBRARY_PATH "Configures sway's default LD_LIBRARY_PATH" "/usr/lib")
-add_definitions(-D_LD_LIBRARY_PATH="${ld-library-path}")
+add_definitions(-D_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}")
find_package(JsonC REQUIRED)
find_package(PCRE REQUIRED)