Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion func_collection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ function install_eigen {
# ======================

function install_catch {
if [ ! -e ${MARS_DEV_ROOT}"/install/include/catch.hpp" ]; then
if [ ! -e ${MARS_DEV_ROOT}"/install/include/catch/catch.hpp" ]; then
pushd . > /dev/null 2>&1
mkdir ${MARS_DEV_ROOT}/install/include/catch
cp ${MARS_DEV_ROOT}/external/catch.hpp ${MARS_DEV_ROOT}/install/include/catch/catch.hpp
Expand Down