We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46dcb62 + 620ed6d commit 1c08764Copy full SHA for 1c08764
CMakeLists.txt
@@ -111,7 +111,7 @@ set ( USE_GNU_INSTALL_CONVENTION FALSE
111
# Set the package name to be specific to the compiler used, so that
112
# versions compiled with different compilers can be installed in parallel
113
string ( TOLOWER ${PROJECT_NAME}-${CMAKE_Fortran_COMPILER_ID} PACKAGE_NAME )
114
-set ( PACKAGE_VERSION "${PACKAGE_NAME}-${VERSION}" )
+set ( PACKAGE_VERSION "${PACKAGE_NAME}-${PROJECT_VERSION}" )
115
116
if (USE_GNU_INSTALL_CONVENTION)
117
include(GNUInstallDirs)
0 commit comments