Skip to content

Commit 2c9d40e

Browse files
committed
Remove left over refs to staticxml in CMakeLists
1 parent 29b1752 commit 2c9d40e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ target_link_libraries(openstreetmap_cgimap
133133
cgimap_common_compiler_options
134134
cgimap_core
135135
cgimap_fcgi
136-
cgimap_staticxml
137136
$<$<BOOL:${ENABLE_APIDB}>:cgimap_apidb>
138137
Boost::program_options
139138
PQXX::PQXX)
@@ -152,7 +151,7 @@ if (CLANG_TIDY)
152151

153152
file(GLOB CT_CHECK_FILES src/*.cpp src/api06/*.cpp src/api06/changeset_upload/*.cpp src/api07/*.cpp
154153
src/backend/apidb/*.cpp src/backend/apidb/changeset_upload/*.cpp
155-
src/backend/staticxml/*.cpp test/*.cpp test/*.hpp)
154+
test/*.cpp test/*.hpp)
156155

157156
add_custom_target(clang-tidy
158157
${CLANG_TIDY}
@@ -181,7 +180,6 @@ if (ENABLE_INSTALL)
181180
if (BUILD_SHARED_LIBS)
182181
install(TARGETS cgimap_core DESTINATION lib)
183182
install(TARGETS cgimap_fcgi DESTINATION lib)
184-
install(TARGETS cgimap_staticxml DESTINATION lib)
185183
if (ENABLE_APIDB)
186184
install(TARGETS cgimap_apidb DESTINATION lib)
187185
endif()

0 commit comments

Comments
 (0)