summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-07 22:39:05 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-07 22:39:05 -0600
commit5e47511d61947e52ac25915ea63103ea77ba480d (patch)
tree0655c35f2e601d62f350a4766aa8bd3a36217c27 /CMakeLists.txt
parent4837ca59f682074f2bc99d35021a0ee63322f1f8 (diff)
downloadhorizon-5e47511d61947e52ac25915ea63103ea77ba480d.tar.gz
horizon-5e47511d61947e52ac25915ea63103ea77ba480d.tar.bz2
horizon-5e47511d61947e52ac25915ea63103ea77ba480d.tar.xz
horizon-5e47511d61947e52ac25915ea63103ea77ba480d.zip
Build: unconditionally build printowner forever
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)