Skip to content

Commit

Permalink
fix clang build error on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Jun 1, 2024
1 parent acacf9a commit 13c2c66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ if (MSVC)
target_compile_options(pyoperon_pyoperon PRIVATE "/std:c++latest")
endif()

if (APPLE)
set_target_properties(pyoperon_pyoperon PROPERTIES VERSION "")
endif()

# ---- Install rules ----

if(NOT CMAKE_SKIP_INSTALL_RULES)
Expand Down

0 comments on commit 13c2c66

Please sign in to comment.