summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-11-10 10:24:20 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-11-10 10:24:20 +0000
commit63ea19890aae425520959a34cec3d92a65c5bdd0 (patch)
tree4c0f00cb21376c90f4e42b106497b0ee10b4afa5 /CMakeLists.txt
parentcleanup StrokeStyle::updateAllMarkers (diff)
downloadinkscape-63ea19890aae425520959a34cec3d92a65c5bdd0.tar.gz
inkscape-63ea19890aae425520959a34cec3d92a65c5bdd0.zip
check-license-headers tweaks
- run check-license-headers with CI (test:linux:) - ignores unreadable files - use fnmatch (works on Windows with forward slashes)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 820edf51a..8655193a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -155,7 +155,6 @@ endif()
# Check License Headers
# -----------------------------------------------------------------------------
add_custom_target(check-license-headers WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} COMMAND ./buildtools/check_license_headers.py)
-add_dependencies(inkscape check-license-headers)
# -----------------------------------------------------------------------------