Skip to content

Commit

Permalink
doc: fix installation of LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Raab committed May 22, 2017
1 parent 6785e9f commit 7ad2c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -106,3 +106,5 @@ if (BUILD_FULL OR BUILD_STATIC OR BUILD_SHARED)
endif (BUILD_TESTING)
endif()

install (FILES LICENSE.md DESTINATION ${TARGET_DOCUMENTATION_TEXT_FOLDER})

1 change: 0 additions & 1 deletion doc/CMakeLists.txt
Expand Up @@ -114,7 +114,6 @@ if (INSTALL_DOCUMENTATION)
#code_of_conduct.md
#COMPILE.md
install (FILES GOALS.md DESTINATION ${TARGET_DOCUMENTATION_TEXT_FOLDER})
install (FILES LICENSE.md DESTINATION ${TARGET_DOCUMENTATION_TEXT_FOLDER})
install (FILES METADATA.ini DESTINATION ${TARGET_DOCUMENTATION_TEXT_FOLDER})
install (FILES SECURITY.md DESTINATION ${TARGET_DOCUMENTATION_TEXT_FOLDER})
#TESTING.md
Expand Down

0 comments on commit 7ad2c5c

Please sign in to comment.