Skip to content
Snippets Groups Projects
Commit 4c62ccdc authored by Jerome Royan's avatar Jerome Royan
Browse files

fix: uniqueItem for array reactivated: Work around found to use std::vector...

fix: uniqueItem for array reactivated: Work around found to use std::vector instead of std::set in that case: --type-mappings=set=std::vector
parent cd7f9c46
No related branches found
No related tags found
No related merge requests found
arf005 @ 11d0dac9
Subproject commit 8be02781f334915d2fa0efabc0f924d97f10922c
Subproject commit 11d0dac99c94ccf7efcda826bf5bfdb56fde30cb
......@@ -18,7 +18,7 @@
"description": "ISG ARF World Analysis Cpp Server",
"main": "index.js",
"scripts": {
"generate": "cd EtsiServerGen && java -jar /usr/local/lib/node_modules/@openapitools/openapi-generator-cli/versions/7.5.0.jar generate -i ../arf005/API/worldanalysis/worldanalysisopenapi.yaml --skip-validate-spec -g cpp-restbed-server -o . && cd patches && ./applyPatches.sh",
"generate": "cd EtsiServerGen && java -jar /usr/local/lib/node_modules/@openapitools/openapi-generator-cli/versions/7.5.0.jar generate -i ../arf005/API/worldanalysis/worldanalysisopenapi.yaml --skip-validate-spec --type-mappings=set=std::vector -g cpp-restbed-server -o . && cd patches && ./applyPatches.sh",
"build": "cd EtsiServerGen && conan install . --build=missing && cd build && cmake .. --preset conan-release && cd Release && cmake --build . && sudo make install"
},
"devDependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment