From 92925097f02ecc8bb8a309775bbecd634a904c87 Mon Sep 17 00:00:00 2001 From: redtide Date: Mon, 30 Dec 2019 05:39:39 +0100 Subject: [PATCH] Minor changes --- .editorconfig | 2 +- CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 79bd2701..f39fc19c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,6 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{ttl,ttl.in,sh,yml}] +[*.{ttl,in,sh,yml}] indent_size = 2 indent_style = space diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e7bfed7..4851e096 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,8 @@ set (LV2PLUGIN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib/lv2" CACHE STRING # On macOS add the needed directories for both library and jack client if (APPLE) - include_directories (SYSTEM /usr/local/opt/libsndfile/include) - link_directories (/usr/local/opt/libsndfile/lib) + include_directories (SYSTEM /usr/local/opt/libsndfile/include) + link_directories (/usr/local/opt/libsndfile/lib) endif() option (ENABLE_LTO "Enable Link Time Optimization [default: ON]" ON)