File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ target_link_libraries(openstreetmap_cgimap
133
133
cgimap_common_compiler_options
134
134
cgimap_core
135
135
cgimap_fcgi
136
- cgimap_staticxml
137
136
$<$<BOOL :${ENABLE_APIDB} >:cgimap_apidb>
138
137
Boost::program_options
139
138
PQXX::PQXX)
@@ -152,7 +151,7 @@ if (CLANG_TIDY)
152
151
153
152
file (GLOB CT_CHECK_FILES src/*.cpp src/api06/*.cpp src/api06/changeset_upload/*.cpp src/api07/*.cpp
154
153
src/backend/apidb/*.cpp src/backend/apidb/changeset_upload/*.cpp
155
- src/backend/staticxml/*.cpp test /*.cpp test /*.hpp)
154
+ test /*.cpp test /*.hpp)
156
155
157
156
add_custom_target (clang-tidy
158
157
${CLANG_TIDY}
@@ -181,7 +180,6 @@ if (ENABLE_INSTALL)
181
180
if (BUILD_SHARED_LIBS )
182
181
install (TARGETS cgimap_core DESTINATION lib)
183
182
install (TARGETS cgimap_fcgi DESTINATION lib)
184
- install (TARGETS cgimap_staticxml DESTINATION lib)
185
183
if (ENABLE_APIDB)
186
184
install (TARGETS cgimap_apidb DESTINATION lib)
187
185
endif ()
You can’t perform that action at this time.
0 commit comments