Fixed a problem where the CAVEATS.txt file was not copied into the compiled dir in Linux. Wrong capitalization in CMakeLists.txt. Issue 1206
This commit is contained in:
parent
ba8ab9a7ef
commit
cf9083bcbb
@ -344,7 +344,7 @@ endif(USE_CLANG)
|
|||||||
install (FILES AUTHORS.txt DESTINATION ${CREDITSDIR})
|
install (FILES AUTHORS.txt DESTINATION ${CREDITSDIR})
|
||||||
install (FILES LICENSE.txt DESTINATION ${LICENCEDIR})
|
install (FILES LICENSE.txt DESTINATION ${LICENCEDIR})
|
||||||
install (FILES AboutThisBuild.txt DESTINATION ${CREDITSDIR})
|
install (FILES AboutThisBuild.txt DESTINATION ${CREDITSDIR})
|
||||||
install (FILES Caveats.txt DESTINATION ${CREDITSDIR} OPTIONAL)
|
install (FILES CAVEATS.txt DESTINATION ${CREDITSDIR} OPTIONAL)
|
||||||
|
|
||||||
add_subdirectory (rtexif)
|
add_subdirectory (rtexif)
|
||||||
add_subdirectory (rtengine)
|
add_subdirectory (rtengine)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user