Skip to content

Commit

Permalink
Release build shared libs too
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Oct 12, 2024
1 parent 9d446d1 commit 20e6a1e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions CMakeGenericPresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"hidden": true,
"cacheVariables": {
"CMAKE_EXPORT_COMPILE_COMMANDS": true,
"CMAKE_MESSAGE_LOG_LEVEL": "WARNING",
"MYLIB_BUILD_TESTS": true,
"MYLIB_BUILD_EXAMPLES": true
"CMAKE_MESSAGE_LOG_LEVEL": "WARNING"
}
},
{
Expand Down Expand Up @@ -45,10 +43,10 @@
"type": "path",
"value": "${sourceDir}/stagedir"
},
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_MESSAGE_LOG_LEVEL": "STATUS",
"BUILD_SHARED_LIBS": false,
"BUILD_TESTING": true
"BUILD_TESTING": true,
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_MESSAGE_LOG_LEVEL": "STATUS"
}
},
{
Expand Down Expand Up @@ -82,6 +80,7 @@
"generator": "Ninja",
"inherits": "default",
"cacheVariables": {
"BUILD_SHARED_LIBS": true,
"CMAKE_BUILD_TYPE": "Release"
}
}
Expand Down

0 comments on commit 20e6a1e

Please sign in to comment.