summaryrefslogtreecommitdiff
path: root/src/misc/CMakeLists.txt
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2021-04-02 21:08:16 +0100
committerCharles Pigott <charlespigott@googlemail.com>2021-04-04 08:01:54 +0100
commitf481c9fc2c68ff7b83eef78d3e37982492dae981 (patch)
tree922b22de6b2e48716c763b19dcc3177e1c8f1b47 /src/misc/CMakeLists.txt
parent33c5f984f533bc101f4a92130a2b56432d5dcc08 (diff)
downloadopenttd-f481c9fc2c68ff7b83eef78d3e37982492dae981.tar.xz
Codechange: Replace CStrA with std::string
Diffstat (limited to 'src/misc/CMakeLists.txt')
-rw-r--r--src/misc/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc/CMakeLists.txt b/src/misc/CMakeLists.txt
index 9ed598004..76780679f 100644
--- a/src/misc/CMakeLists.txt
+++ b/src/misc/CMakeLists.txt
@@ -11,5 +11,4 @@ add_files(
getoptdata.h
hashtable.hpp
lrucache.hpp
- str.hpp
)