Skip to content

Commit

Permalink
Adding specification for the C++ version, needed on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
afichet committed Mar 23, 2021
1 parent 4ffa8be commit f61be8c
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
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)


set(CXX_STANDARD 11)

SET(ENABLE_SIMD_FLAGS "native" CACHE STRING "Set compiler SIMD flags")
SET_PROPERTY(CACHE ENABLE_SIMD_FLAGS PROPERTY STRINGS none native SSE3 SSE4.2 AVX AVX2)
Expand Down

0 comments on commit f61be8c

Please sign in to comment.