From f51f20548a6cd21dd966118ef451134488ef2082 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 5 Nov 2015 12:32:03 +0100 Subject: [PATCH] Set THIRDPARTY_DIR --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b42e0aa34..b90de0661 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -158,6 +158,8 @@ file( COPY CalamaresAddBrandingSubdirectory.cmake DESTINATION "${PROJECT_BINARY_ set( CALAMARES_LIBRARIES calamares ) +set( THIRDPARTY_DIR "${CMAKE_SOURCE_DIR}/thirdparty" ) + add_subdirectory( thirdparty ) add_subdirectory( src )