Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Updated Mac version for GitHub action build (#804)
Browse files Browse the repository at this point in the history
* [1] Updating workflow

* [1] Updated release workflow

* [1] Attempting to set CXX standard

* [1] Fixing CXX standard
  • Loading branch information
lyndonbauto authored Oct 29, 2020
1 parent 6015604 commit d1b8a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-odbc/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endif()

# This wasn't being picked up on mac, causes some symbol errors
if(APPLE)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 17)
add_definitions(-DHAVE_STRLCAT)
# Do not use shared libraries for AWS SDK.
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
Expand Down

0 comments on commit d1b8a7b

Please sign in to comment.