Skip to content

Commit 0920c58

Browse files
committed
use 10.14
1 parent 413a411 commit 0920c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vinca/templates/build_ament_cmake.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +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 \
26+
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 \
2727
$SRC_DIR/$PKG_NAME/src/work
2828

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

0 commit comments

Comments
 (0)