Skip to content

Commit

Permalink
meta_project: do not parallelize build
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing authored and ahayzen-kdab committed Jan 15, 2024
1 parent 9e0e6ab commit 87bd0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta_project/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if(NOT Corrosion_FOUND)
endif()

set(CRATE qml-meta-project)
corrosion_import_crate(MANIFEST_PATH rust/main/Cargo.toml CRATES ${CRATE})
corrosion_import_crate(MANIFEST_PATH rust/main/Cargo.toml CRATES ${CRATE} FLAGS -j1)
set(CXXQT_EXPORT_DIR "${CMAKE_CURRENT_BINARY_DIR}/cxxqt")
corrosion_set_env_vars(${CRATE}
"CXXQT_EXPORT_DIR=${CXXQT_EXPORT_DIR}"
Expand Down

0 comments on commit 87bd0c0

Please sign in to comment.