From fdde72c820b9ff36e71f68845114dbc36c53dfc7 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 16 Jul 2020 13:38:01 +0200 Subject: Move release cmake stuff to release directory It's just confusing when this is split over two directories. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bd454c6f..f85b4031 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -307,7 +307,7 @@ endif() add_subdirectory(tests) -include(cmake/BuildPackages.cmake) +add_subdirectory(release) # uninstall configure_file("${CMAKE_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" -- cgit v1.2.3