diff options
author | Michele Calgaro <[email protected]> | 2022-05-14 15:13:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-14 15:13:33 +0900 |
commit | c0eaf366555bb22b753e9b0ff1a00cdb3ce5dfea (patch) | |
tree | 21493057368f6e8f6a3364707fd5bf9e4a43e122 | |
parent | 8e123536d321269b0e610f39041a5e671cfd01cb (diff) | |
download | tdeio-locate-c0eaf366555bb22b753e9b0ff1a00cdb3ce5dfea.tar.gz tdeio-locate-c0eaf366555bb22b753e9b0ff1a00cdb3ce5dfea.zip |
Amend project name in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8595d6d7b4b26846772966c3d19f279c4399450f)
-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 ########### |