Skip to content

Commit

Permalink
Require successful execution of conan profile detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Twarug authored Apr 12, 2024
1 parent 316eec2 commit 792e806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/conan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ if(ARCHIMEDES_FORCE_CONAN_INSTALL OR NOT EXISTS "${PROJECT_SOURCE_DIR}/cmake/con

execute_process(
COMMAND "conan" "profile" "detect" "--force"
)
COMMAND_ERROR_IS_FATAL ANY
)

file(MAKE_DIRECTORY "${PROJECT_SOURCE_DIR}/cmake/conan_files/${ARCHIMEDES_BUILD_TYPE}/")

Expand Down

0 comments on commit 792e806

Please sign in to comment.