Skip to content

Commit

Permalink
Fix install dir for cling/textinput; do not install doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann committed Oct 13, 2016
1 parent da2e21c commit b65aa9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interpreter/cling/lib/UserInterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/textinput)
else()
# For cling, install textinput *.h in include/cling/UserInterface/textinput.
install(DIRECTORY ${TEXTINPUTSRC}textinput
DESTINATION include/cling/UserInterface/textinput
DESTINATION include/cling/UserInterface
FILES_MATCHING
PATTERN "CMakeFiles" EXCLUDE
PATTERN "*.cpp" EXCLUDE
PATTERN "doc" EXCLUDE
PATTERN "*.h"
)
endif()
Expand Down

0 comments on commit b65aa9e

Please sign in to comment.