Skip to content

Commit

Permalink
Merge branch 'secondary_key_playground' of github.com:hendrikmuhs/key…
Browse files Browse the repository at this point in the history
…vi-1 into hendrik/secondary_key_playground
  • Loading branch information
hendrikmuhs committed Jun 18, 2024
2 parents 316777e + 7bb528d commit dee62e1
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 @@ -14,6 +14,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH};${CMAKE_CURRENT_SOURCE_DIR}/cmake_mo
# configure C++17
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")

# keyvi specific compile options, definitions and flags
set (_KEVYI_COMPILE_OPTIONS "-Wall")
Expand All @@ -29,7 +30,6 @@ set (_OS_LIBRARIES "")
# OSX specifics
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set (_KEYVI_COMPILE_DEFINITIONS "${_KEYVI_COMPILE_DEFINITIONS} OS_MACOSX")
set (_KEYVI_CXX_FLAGS "${_KEYVI_CXX_FLAGS} -mmacosx-version-min=10.9")
endif()

# build type specific settings
Expand Down

0 comments on commit dee62e1

Please sign in to comment.