Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Fixed install regression due to deleted file
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBluecame committed Jul 10, 2020
1 parent 01f1c76 commit 7b973e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeConfig/CPackConfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ if (BLENDER_ADDON)
install(FILES ${CMAKE_SOURCE_DIR}/README.md DESTINATION ${CMAKE_INSTALL_PREFIX}/${YAF_DOC_DIR})
install(DIRECTORY ${CMAKE_SOURCE_DIR}/tests/ DESTINATION ${CMAKE_INSTALL_PREFIX}/${YAF_TESTS_DIR})
install(DIRECTORY ${CMAKE_SOURCE_DIR}/include/ DESTINATION ${CMAKE_INSTALL_PREFIX}/${YAF_INCL_DIR})
install(FILES ${CMAKE_BINARY_DIR}/yaf_version.h DESTINATION ${CMAKE_INSTALL_PREFIX}/${YAF_INCL_DIR})
install(FILES ${CMAKE_BINARY_DIR}/yafray_config.h DESTINATION ${CMAKE_INSTALL_PREFIX}/${YAF_INCL_DIR})
endif (BLENDER_EXPORTER_PATH)
else (BLENDER_ADDON)
Expand All @@ -68,7 +67,6 @@ else (BLENDER_ADDON)
install(FILES ${CMAKE_SOURCE_DIR}/README.md DESTINATION ${CMAKE_INSTALL_PREFIX}/${YAF_DOC_DIR})
install(DIRECTORY ${CMAKE_SOURCE_DIR}/tests/ DESTINATION ${CMAKE_INSTALL_PREFIX}/${YAF_TESTS_DIR})
install(DIRECTORY ${CMAKE_SOURCE_DIR}/include/ DESTINATION ${CMAKE_INSTALL_PREFIX}/${YAF_INCL_DIR})
install(FILES ${CMAKE_BINARY_DIR}/yaf_version.h DESTINATION ${CMAKE_INSTALL_PREFIX}/${YAF_INCL_DIR})
install(FILES ${CMAKE_BINARY_DIR}/yafray_config.h DESTINATION ${CMAKE_INSTALL_PREFIX}/${YAF_INCL_DIR})
endif (BLENDER_ADDON)

0 comments on commit 7b973e5

Please sign in to comment.