File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -599,10 +599,10 @@ endif()
599
599
# --------------------------------------------------------------------------- #
600
600
# Configure make install/uninstall and packages
601
601
# --------------------------------------------------------------------------- #
602
- install (FILES ${CMAKE_SOURCE_DIR } /LICENSE.TXT
602
+ install (FILES ${PROJECT_SOURCE_DIR } /LICENSE.TXT
603
603
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR} /doc/${PROJECT_NAME} /" )
604
604
install (
605
- FILES ${CMAKE_SOURCE_DIR } /licensing/third-party-programs.txt
605
+ FILES ${PROJECT_SOURCE_DIR } /licensing/third-party-programs.txt
606
606
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR} /doc/${PROJECT_NAME} /licensing/" )
607
607
608
608
install (DIRECTORY examples DESTINATION "${CMAKE_INSTALL_DOCDIR} " )
You can’t perform that action at this time.
0 commit comments