Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Jul 4, 2020
2 parents dcef719 + 352a918 commit f4b428b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/Modules/AddExternalProjectBsmp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ExternalProject_Add(bsmp_ext
URL ${CMAKE_CURRENT_SOURCE_DIR}/foreign/libbsmp
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/bsmp
CONFIGURE_COMMAND ""
BUILD_COMMAND make
BUILD_COMMAND make clean && make
INSTALL_COMMAND ""
# BSMP assumes in-source build
BUILD_IN_SOURCE ON
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/AddExternalProjectPciedriver.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ExternalProject_Add(pciedriver_ext
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/pciedriver
CONFIGURE_COMMAND ""
# Build only library, not the driver
BUILD_COMMAND make lib_driver
BUILD_COMMAND make clean && make lib_driver
INSTALL_COMMAND ""
# PCIEDRIVER assumes in-source build
BUILD_IN_SOURCE ON
Expand Down

0 comments on commit f4b428b

Please sign in to comment.