From b159181ed5b449e2972d251a4ea2c097edeecb5d Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Wed, 6 Dec 2023 12:06:45 +1000 Subject: [PATCH] Don't install description_to_json file --- python/plugins/grassprovider/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/plugins/grassprovider/CMakeLists.txt b/python/plugins/grassprovider/CMakeLists.txt index b0e105aed428..a454e9e41cc9 100644 --- a/python/plugins/grassprovider/CMakeLists.txt +++ b/python/plugins/grassprovider/CMakeLists.txt @@ -1,4 +1,5 @@ file(GLOB PY_FILES *.py) +list(FILTER PY_FILES EXCLUDE REGEX ".*description_to_json.py") file(GLOB OTHER_FILES grass7.txt metadata.txt) execute_process(