Skip to content

Commit f847b7c

Browse files
author
Tim Schneider
committed
Found workaround for pinnochio build issue in manylinux_2_28_x86_64
1 parent 4dec96f commit f847b7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/common/install-pinocchio

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ git clone https://github.com/stack-of-tasks/pinocchio "${TMP_DIR}"
77
cd "${TMP_DIR}"
88
git checkout "${PINOCCHIO_VERSION}"
99
git submodule update --init --recursive
10+
# Workaround to prevent them from overriding CMP0167=OLD again
11+
sed -i 's/^[[:space:]]*cmake_policy(SET CMP0167 NEW)/# &/' CMakeLists.txt
1012
mkdir build
1113
cd build
1214
# CMP0167 has to be set to OLD to be compatible with outdated boost versions

0 commit comments

Comments
 (0)