Skip to content

Commit

Permalink
[docs] Disable build on macOS
Browse files Browse the repository at this point in the history
Licensing does not allow usage on macOS
  • Loading branch information
ManuelSchneid3r committed Sep 14, 2023
1 parent 236b1c8 commit 60f2adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
project(docs VERSION 1.4)
albert_plugin(
NAME Docs
Expand All @@ -12,5 +13,4 @@ albert_plugin(

find_package(LibArchive REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE LibArchive::LibArchive)


endif()

0 comments on commit 60f2adc

Please sign in to comment.