Skip to content

Commit 11fe0cc

Browse files
committed
Try fix c++17 filesystem
1 parent b86e6ec commit 11fe0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.wsjcpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
88
set(MACOSX TRUE)
99
endif()
1010

11-
set(CMAKE_CXX_STANDARD 11)
11+
set(CMAKE_CXX_STANDARD 17)
1212

1313
set (WSJCPP_LIBRARIES "")
1414
set (WSJCPP_INCLUDE_DIRS "")

0 commit comments

Comments
 (0)