From 5e47511d61947e52ac25915ea63103ea77ba480d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 7 Nov 2019 22:39:05 -0600 Subject: Build: unconditionally build printowner forever --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99aa25f..4396927 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,12 +77,12 @@ ENDIF(INSTALL) add_subdirectory(hscript) +add_subdirectory(owner) IF(BUILD_TOOLS) add_subdirectory(tools) ENDIF(BUILD_TOOLS) IF(INSTALL) add_subdirectory(fetch) - add_subdirectory(owner) ENDIF(INSTALL) -- cgit v1.2.3-60-g2f50