Skip to content

Commit

Permalink
Suppress CMake install target
Browse files Browse the repository at this point in the history
  • Loading branch information
sgretscher committed Jun 13, 2024
1 parent 5853cad commit 3b930ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ set(CMAKE_SUPPRESS_REGENERATION ON)
set(CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY ON)
set(CMAKE_XCODE_GENERATE_SCHEME ${ARA_SETUP_DEBUGGING})

set(CMAKE_SKIP_INSTALL_RULES YES)

set_property(GLOBAL PROPERTY USE_FOLDERS ON)

# https://stackoverflow.com/questions/41695993/ignore-warnings-in-external-modules-when-using-cmake
Expand Down

0 comments on commit 3b930ac

Please sign in to comment.