From 64b4f0f9d1097c55286d1a5ebdf44146f9b58d90 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 24 May 2020 22:35:17 -0500 Subject: CMake: Don't build owner tool in RE, unneeded --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 14e4471..7d935ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,6 @@ ENDIF() add_subdirectory(hscript) -add_subdirectory(owner) IF(BUILD_TOOLS) add_subdirectory(tools) ENDIF(BUILD_TOOLS) @@ -109,6 +108,7 @@ IF(BUILD_UI) ENDIF(BUILD_UI) IF(INSTALL) add_subdirectory(fetch) + add_subdirectory(owner) IF(BUILD_IMAGE) add_subdirectory(image) ENDIF(BUILD_IMAGE) -- cgit v1.2.3-60-g2f50