diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-14 15:13:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-14 15:13:14 +0900 |
commit | 8595d6d7b4b26846772966c3d19f279c4399450f (patch) | |
tree | 8b12089e8265a675097f7606675a55e6e00739f3 /CMakeLists.txt | |
parent | 4448552761c194fde840be404c2fb38e8dd39561 (diff) | |
download | tdeio-locate-8595d6d7b4b26846772966c3d19f279c4399450f.tar.gz tdeio-locate-8595d6d7b4b26846772966c3d19f279c4399450f.zip |
Amend project name in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 19af789..2d05a4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### -project( tdeio-locate ) +project( tdeio_locate ) ##### include essential cmake modules ########### |