File fec-fix-cmake-pkgconfig-whitespace.patch of Package fec
diff --git a/CMakeLists.txt b/CMakeLists.txt index f842504..2d2e854 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ include(Version) if(NOT DEFINED VERSION) #set(VERSION "\"${VERSION_INFO_MAJOR}.${VERSION_INFO_MINOR}.${VERSION_INFO_PATCH}\"") - set(VERSION "\"${VERSION_INFO}\"") + set(VERSION "${VERSION_INFO}") endif()