From 572542d3225cfefb468bd1c2454ea16b095a0058 Mon Sep 17 00:00:00 2001 From: "Alan M. Carroll" Date: Tue, 19 Sep 2023 09:34:25 -0500 Subject: [PATCH] Change default install target to be the local "image" directory. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4509aa8d..c3f5fc1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14) project("libSWOC") include(CMakeDependentOption) -set(INSTALL_DIR ${CMAKE_HOME_DIRECTORY}) +set(CMAKE_INSTALL_PREFIX ${CMAKE_HOME_DIRECTORY}/image) cmake_dependent_option(LIBSWOC_TEST "Enable generation of libswoc test targets" ON