Skip to content

Commit

Permalink
chore: fixed cmake options order
Browse files Browse the repository at this point in the history
  • Loading branch information
chybz committed Jan 5, 2024
1 parent a2d956e commit 63154e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/cmate
Original file line number Diff line number Diff line change
Expand Up @@ -1084,8 +1084,8 @@ function(cmate_update_cmake_dep)
cmate_run_prog(
CMD
${CMAKE_COMMAND}
--config Release
--build ${CMATE_DEP_BUILD_DIR}
--config Release
--parallel
)
cmate_dep_set_state("built")
Expand All @@ -1094,8 +1094,8 @@ function(cmate_update_cmake_dep)
cmate_run_prog(
CMD
${CMAKE_COMMAND}
--config Release
--install ${CMATE_DEP_BUILD_DIR}
--config Release
)
cmate_dep_set_state("installed")
endif()
Expand Down

0 comments on commit 63154e6

Please sign in to comment.