Skip to content

Commit

Permalink
More CPack install fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jun 26, 2014
1 parent c68fe59 commit 4b74f38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion cmakemodules/script_install_commands.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ IF(WIN32)
INSTALL(DIRECTORY "${MRPT_SOURCE_DIR}/otherlibs" DESTINATION ./ PATTERN ".svn" EXCLUDE)
INSTALL(DIRECTORY "${MRPT_SOURCE_DIR}/samples" DESTINATION ./ COMPONENT Examples PATTERN ".svn" EXCLUDE)
INSTALL(DIRECTORY "${MRPT_SOURCE_DIR}/scripts" DESTINATION ./ PATTERN ".svn" EXCLUDE)
INSTALL(DIRECTORY "${MRPT_SOURCE_DIR}/swig" DESTINATION ./ PATTERN ".svn" EXCLUDE)
INSTALL(DIRECTORY "${MRPT_SOURCE_DIR}/tests" DESTINATION ./ PATTERN ".svn" EXCLUDE)
ENDIF (PACKAGE_INCLUDES_SOURCES)

Expand Down
3 changes: 1 addition & 2 deletions cmakemodules/script_setup_cpack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ IF(WIN32)
ENDIF (PACKAGE_INCLUDES_SOURCES)

INSTALL(FILES
AUTHORS
CMakeLists.txt
INSTALL_COMPILE.html
NEWS.html
README.md
version_prefix.txt
DESTINATION .)
Expand Down

0 comments on commit 4b74f38

Please sign in to comment.