diff --git a/helpers/sdbus-c++-xml2cpp/build.sh b/helpers/sdbus-c++-xml2cpp/build.sh index a3260059..6508c83d 100755 --- a/helpers/sdbus-c++-xml2cpp/build.sh +++ b/helpers/sdbus-c++-xml2cpp/build.sh @@ -7,6 +7,6 @@ cd sdbus-cpp rm -rf build mkdir -p build cd build -cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_CODE_GEN=True +cmake .. -DCMAKE_BUILD_TYPE=Release -DSDBUSCPP_BUILD_CODEGEN=ON cmake --build . tools/sdbus-c++-xml2cpp -h