Skip to content

Commit

Permalink
Merge pull request #1689 from timblechmann/novacollider/help-source-fix
Browse files Browse the repository at this point in the history
install help sources on linux
  • Loading branch information
telephon committed Oct 19, 2015
2 parents a78eeb9 + 363677d commit e4f3c52
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,15 @@ if(INSTALL_HELP)
PATTERN "*#" EXCLUDE
)
endif()

if(NOT APPLE)
install(DIRECTORY HelpSource
DESTINATION ${auxresourcesdir}
REGEX ${SCCLASSLIB_EXCLUDE_REGEX} EXCLUDE
PATTERN "*~" EXCLUDE
PATTERN "*#" EXCLUDE
)
endif()
endif()


Expand Down

0 comments on commit e4f3c52

Please sign in to comment.