Skip to content

Commit

Permalink
Comment explaining lack of 10.7 support deskflow#4695
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Bolton committed May 25, 2015
1 parent 25237a1 commit 14bb44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if (WIN32)
endif()

if (APPLE)
# 10.7 should be supported, but gives is a _NXArgv linker error
if (OSX_TARGET_MINOR GREATER 7)
add_subdirectory(ns)
endif()
Expand Down

0 comments on commit 14bb44f

Please sign in to comment.