From ab1cf494143b05c116780927679c7fb07bd6f6ea Mon Sep 17 00:00:00 2001 From: Axel Isouard Date: Sat, 25 Mar 2017 14:35:08 +0100 Subject: [PATCH] (#40): Do not put CMake target files inside the package --- libwebrtc/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libwebrtc/CMakeLists.txt b/libwebrtc/CMakeLists.txt index ecdd3af..d5fe65a 100644 --- a/libwebrtc/CMakeLists.txt +++ b/libwebrtc/CMakeLists.txt @@ -52,7 +52,3 @@ install(TARGETS webrtc RUNTIME DESTINATION bin LIBRARY DESTINATION lib INCLUDES DESTINATION include) - -install(EXPORT LibWebRTCTargets - FILE LibWebRTCTargets.cmake - DESTINATION ${INSTALL_CMAKE_DIR})