cmake remove targets from install path
authorAndy Green <andy.green@linaro.org>
Wed, 29 Apr 2015 14:40:55 +0000 (22:40 +0800)
committerAndy Green <andy.green@linaro.org>
Wed, 29 Apr 2015 14:40:55 +0000 (22:40 +0800)
No package on my machine populates cmake files, I think it's extraneous.

Signed-off-by: Andy Green <andy.green@linaro.org>
CMakeLists.txt

index 122ce41..43630f7 100644 (file)
@@ -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")