Skip to content

Commit

Permalink
Change default install target to be the local "image" directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidWallOfCode committed Sep 19, 2023
1 parent f92efb0 commit 572542d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 572542d

Please sign in to comment.