Lowercase cmake commands

A huge bikeshed fest but it distracted me enough to do it anyway.
This commit is contained in:
Geert Janssens
2018-05-03 23:18:15 +02:00
parent 65c7139072
commit a9f35ed7ae
154 changed files with 2546 additions and 2565 deletions

View File

@@ -1,5 +1,5 @@
SET(example_scripts_DATA
set(example_scripts_DATA
account_analysis.py
change_tax_code.py
Invoice.tex
@@ -17,5 +17,5 @@ SET(example_scripts_DATA
rest-api/README
)
SET_LOCAL_DIST(example_scripts_DIST_local CMakeLists.txt ${example_scripts_DATA})
SET(example_scripts_DIST ${example_scripts_DIST_local} PARENT_SCOPE)
set_local_dist(example_scripts_DIST_local CMakeLists.txt ${example_scripts_DATA})
set(example_scripts_DIST ${example_scripts_DIST_local} PARENT_SCOPE)