Skip to content

Commit

Permalink
build: remove include(GNUInstallDirs)
Browse files Browse the repository at this point in the history
add of it caused default of CMAKE_INSTALL_SYSCONFDIR to /usr/etc
default of all path, if not defined, are present, so I think should be
ok and better remove it
  • Loading branch information
Fantu committed Jan 22, 2024
1 parent bb967f9 commit 9096db6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions IMSProg_editor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ set(CMAKE_AUTOUIC ON)

project(IMSProg_editor LANGUAGES CXX)

include(GNUInstallDirs)

# Set the CMAKE_INSTALL_PREFIX to /usr if not specified
if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "The default install prefix" FORCE)
Expand Down
2 changes: 0 additions & 2 deletions IMSProg_programmer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ set(CMAKE_AUTOUIC ON)

project(IMSProg LANGUAGES C CXX)

include(GNUInstallDirs)

# Set the CMAKE_INSTALL_PREFIX to /usr if not specified
if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "The default install prefix" FORCE)
Expand Down

0 comments on commit 9096db6

Please sign in to comment.