Skip to content

Commit 413a411

Browse files
committed
hard code deployment target for now
1 parent 9196841 commit 413a411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vinca/templates/build_ament_cmake.sh.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ cmake \
2323
-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=True \
2424
-DBUILD_SHARED_LIBS=ON \
2525
-DBUILD_TESTING=OFF \
26+
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 \
2627
$SRC_DIR/$PKG_NAME/src/work
2728

2829
cmake --build . --config Release --target install

0 commit comments

Comments
 (0)