Skip to content

Commit

Permalink
deployment target update
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsaidov committed Jun 23, 2024
1 parent bc1f63f commit 4e13c4f
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 @@ -16,7 +16,7 @@ set(CMAKE_C_FLAGS "-Wall -Wpedantic -Wextra -Wreturn-type -Wswitch -Wunused -Wer
# set(CMAKE_C_FLAGS "-DNDEBUG -Wall -Wpedantic -Wextra -Wreturn-type -Wswitch -Wunused -Werror -O2")
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/lib)
if (APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.0)
set(CMAKE_OSX_DEPLOYMENT_TARGET 11.0)
endif()

# finding all headers and sources
Expand Down

0 comments on commit 4e13c4f

Please sign in to comment.