(#40): Do not put CMake target files inside the package

This commit is contained in:
Axel Isouard 2017-03-25 14:35:08 +01:00
parent 7ef534cd55
commit ab1cf49414
No known key found for this signature in database
GPG key ID: 4E64BB3EAAF31C29

View file

@ -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})