Skip to content

Commit

Permalink
Build tests and examples in release mode also
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Jun 14, 2023
1 parent ae8cd7f commit a9d84c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@
"displayName": "Release|no package manager",
"description": "Plain release build without dependency handling.",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
"CMAKE_BUILD_TYPE": "Release",
"H5PP_BUILD_EXAMPLES": "TRUE",
"H5PP_ENABLE_TESTS": "TRUE"
}
},
{
Expand Down

0 comments on commit a9d84c0

Please sign in to comment.