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:
DrSlony 2012-01-24 20:53:13 +00:00
parent ba8ab9a7ef
commit cf9083bcbb

View File

@ -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)