Skip to content

Commit

Permalink
Suppress Boost version warnings from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jul 19, 2023
1 parent c9f7e68 commit 68019d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"cacheVariables": {
"BUILD_TESTING": "ON",
"LLAMA_BUILD_EXAMPLES": "ON",
"alpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE": "ON"
"alpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE": "ON",
"Boost_NO_WARN_NEW_VERSIONS": "ON"
}
}
]
Expand Down

0 comments on commit 68019d0

Please sign in to comment.