Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
compile with c++11 on mac m3
  • Loading branch information
hamidwakili authored Oct 26, 2024
1 parent f6c947d commit 8c3a641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1)

set(CMAKE_CXX_STANDARD 11)
if (WIN32)
set(Boost_USE_STATIC_LIBS OFF)
# The auto-linking feature has problems with USE_STATIC_LIBS off, so we use
Expand Down

0 comments on commit 8c3a641

Please sign in to comment.