From 59d5bdc8ca57f8ed2a4b5482b06884d28a899e8c Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Fri, 19 Aug 2022 13:31:57 +0200 Subject: [PATCH] ignore .dir-locals.el in cmake build --- el/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/el/CMakeLists.txt b/el/CMakeLists.txt index 327ab0d..c096979 100644 --- a/el/CMakeLists.txt +++ b/el/CMakeLists.txt @@ -6,6 +6,8 @@ set(PKG_DATA_DIR ${CMAKE_INSTALL_PREFIX}/share/SuperCollider) file(GLOB scel_sources RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.el) +list(REMOVE_ITEM scel_sources ".dir-locals.el") + # if w3m in installed locally add to the load-path file(GLOB local-load-path LIST_DIRECTORIES true