Skip to content

Commit 994b1bf

Browse files
authored
fix build on macOS (#100)
1 parent 82161e7 commit 994b1bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ endif()
99

1010
set (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
1111
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
12+
set (CMAKE_CXX_STANDARD 11)
1213

1314
include(GNUInstallDirs)
1415

0 commit comments

Comments
 (0)