Skip to content

Commit b851e63

Browse files
committed
added cpp flag
1 parent fdcd572 commit b851e63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

custom-triplets/x64-osx-nes.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ set(VCPKG_LIBRARY_LINKAGE static)
55
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
66
set(VCPKG_OSX_ARCHITECTURES x86_64)
77

8+
set(VCPKG_CXX_FLAGS -std=c++2a)
9+
set(VCPKG_C_FLAGS "")
10+
811

912
if (PORT STREQUAL paho-mqtt)
1013
set(VCPKG_LIBRARY_LINKAGE static)

0 commit comments

Comments
 (0)