File tree 1 file changed +6
-11
lines changed
1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -285,9 +285,6 @@ target_include_directories(
285
285
"$<INSTALL_INTERFACE:include>"
286
286
)
287
287
288
- # Install public header files
289
- install_headers(TARGET Autowiring DESTINATION include /autowiring COMPONENT autowiring)
290
-
291
288
# Need multithreading services if available
292
289
find_package (Threads)
293
290
if (Threads_FOUND)
@@ -299,11 +296,9 @@ endif()
299
296
#
300
297
# Install library
301
298
#
302
-
303
- if (NOT AUTOWIRING_IS_EMBEDDED)
304
- install (TARGETS Autowiring EXPORT AutowiringTargets
305
- DESTINATION lib
306
- COMPONENT autowiring
307
- CONFIGURATIONS ${CMAKE_CONFIGURATION_TYPES}
308
- )
309
- endif ()
299
+ install (TARGETS Autowiring EXPORT AutowiringTargets
300
+ DESTINATION lib
301
+ COMPONENT autowiring
302
+ CONFIGURATIONS ${CMAKE_CONFIGURATION_TYPES}
303
+ )
304
+ install_headers(TARGET Autowiring DESTINATION include /autowiring COMPONENT autowiring)
You can’t perform that action at this time.
0 commit comments