Cmake: Detection for the old in-source "storm-version.cpp" file. The file will now be deleted (if found) to prevent build issues for people that upgraded from older storm versions.
string(FIND"${STORM_OLD_VERSION_FILE}""// AUTO GENERATED -- DO NOT CHANGE"STORM_OLD_VERSION_FILE_DETECTED)
if(STORM_OLD_VERSION_FILE_DETECTEDEQUAL0)
message(WARNING"Storm - The file ${PROJECT_SOURCE_DIR}/src/storm/utility/storm-version.cpp was probably generated by an old Storm version and will be deleted now.")