diff --git a/CMakeLists.txt b/CMakeLists.txt index 122ce411..43630f7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -917,10 +917,6 @@ if (NOT LWS_WITHOUT_TESTAPPS AND NOT LWS_WITHOUT_SERVER) COMPONENT examples) endif() -# Install exports for the install-tree. -install(EXPORT LibwebsocketsTargets - DESTINATION "${LWS_INSTALL_CMAKE_DIR}" COMPONENT dev) - # build subdir is not part of sources set(CPACK_SOURCE_IGNORE_FILES $(CPACK_SOURCE_IGNORE_FILES) ".git" "build" "tgz" "tar.gz")