Include Package CMake module in the end of the main CMake file

This commit is contained in:
Axel Isouard 2017-02-12 09:49:35 +01:00
parent 28034f95c8
commit d1992ce19f
No known key found for this signature in database
GPG key ID: 4E64BB3EAAF31C29

View file

@ -169,4 +169,5 @@ ExternalProject_Add(
-DINSTALL_CMAKE_DIR:PATH=${CMAKE_BINARY_DIR}/lib/cmake/LibWebRTC -DINSTALL_CMAKE_DIR:PATH=${CMAKE_BINARY_DIR}/lib/cmake/LibWebRTC
) )
include(Install) include(Install)
include(Package)