mirror of
https://github.com/rbock/sqlpp11.git
synced 2025-12-21 04:49:40 -06:00
Fixed error in CMakeLists.txt
The version was not exported to the ...ConfigVersion.cmake file
This commit is contained in:
@@ -77,7 +77,7 @@ include(CMakePackageConfigHelpers)
|
||||
|
||||
write_basic_package_version_file(
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/cmake/Sqlpp11ConfigVersion.cmake"
|
||||
VERSION ${Upstream_VERSION}
|
||||
VERSION ${PROJECT_VERSION}
|
||||
COMPATIBILITY AnyNewerVersion
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user