From 5df93eeee6fbcf35b339b5af20f6f3207bbc9040 Mon Sep 17 00:00:00 2001 From: Thomas Moulard <thomas.moulard@gmail.com> Date: Fri, 27 Sep 2013 15:13:14 +0900 Subject: [PATCH] Add missing newline at end of file :lipstick: [skip ci] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4653c1e2..32666977 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,4 +69,4 @@ ADD_SUBDIRECTORY(tests) ADD_SUBDIRECTORY(share) SETUP_PROJECT_FINALIZE() -SETUP_PROJECT_CPACK() \ No newline at end of file +SETUP_PROJECT_CPACK() -- GitLab