Skip to content

Commit 2c73037

Browse files
author
Minggang Wang
authored
Merge pull request #145 from minggangw/xcode-settings
Change the xcode settings to wipe out the warnings.
2 parents b1f2bb3 + 975a540 commit 2c73037

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

binding.gyp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,10 @@
9494
'-L<(ROS2_INSTALL_PATH)/lib'
9595
],
9696
'xcode_settings': {
97-
'OTHER_CPLUSPLUSFLAGS': [
98-
'-std=c++14',
99-
'-stdlib=libc++'
100-
],
10197
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
98+
'CLANG_CXX_LIBRARY': 'libc++',
99+
'MACOS_DEPLOYMENT_TARGET': '10.12',
100+
'CLANG_CXX_LANGUAGE_STANDARD': 'c++14'
102101
}
103102
}
104103
]

0 commit comments

Comments
 (0)