aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-12-04 10:20:15 -0500
committerFurkan Sahin <furkan-dev@proton.me>2016-12-04 10:20:15 -0500
commit537c5fc5496ae63be5ce0ff95cd8f942114743ab (patch)
tree891ee77261c820d7272d1540f30e837c0d1cb9f2 /CMakeLists.txt
parentfb5bd0424d396fbc5055ba2d7a3ab4a5421b57d8 (diff)
Change name of ld-library-path cmake variable
Diffstat (limited to 'CMakeLists.txt')
-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)