Skip to content

Commit

Permalink
specify macos target
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jul 28, 2023
1 parent 5e8885a commit 2423302
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ project(drift_bytes VERSION 0.1.0 LANGUAGES CXX)
option(DB_BUILD_TESTS "Enable unit tests" OFF)

set(TARGET_NAME ${PROJECT_NAME})
add_library(${TARGET_NAME} INTERFACE)

set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13")

add_library(${TARGET_NAME} INTERFACE)
add_library(${TARGET_NAME}::${TARGET_NAME} ALIAS ${TARGET_NAME})

if(SKBUILD)
Expand Down

0 comments on commit 2423302

Please sign in to comment.