Skip to content

Commit

Permalink
solaris: skip contrib/misc subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jun 17, 2022
1 parent 734ec60 commit 40fe736
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/CMakeLists.txt
Expand Up @@ -26,7 +26,9 @@ include(GNUInstallDirs)
include(BareosSetVariableDefaults)

add_subdirectory(fd-plugins)
add_subdirectory(misc)
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
add_subdirectory(misc)
endif()
if(NOT client-only)
add_subdirectory(dir-plugins)
endif()

0 comments on commit 40fe736

Please sign in to comment.