From d1992ce19f591a6c0e04ee4e5d23e7bc02c2c5ea Mon Sep 17 00:00:00 2001 From: Axel Isouard Date: Sun, 12 Feb 2017 09:49:35 +0100 Subject: [PATCH] Include Package CMake module in the end of the main CMake file --- Targets/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Targets/CMakeLists.txt b/Targets/CMakeLists.txt index 1e2c6f9..b73a588 100644 --- a/Targets/CMakeLists.txt +++ b/Targets/CMakeLists.txt @@ -169,4 +169,5 @@ ExternalProject_Add( -DINSTALL_CMAKE_DIR:PATH=${CMAKE_BINARY_DIR}/lib/cmake/LibWebRTC ) -include(Install) \ No newline at end of file +include(Install) +include(Package) \ No newline at end of file