From a586c0654f51496aae36666b9e03df8116357116 Mon Sep 17 00:00:00 2001 From: Isaac Hier Date: Sun, 11 Mar 2018 10:27:48 -0400 Subject: [PATCH] Fix CMake include --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9226b66..1b113fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -626,6 +626,9 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/janssonConfig.cmake.in # Generate the config file for the installation tree. + +include(WriteBasicPackageVersionFile) + write_basic_package_version_file( "${CMAKE_CURRENT_BINARY_DIR}/cmake/janssonVersionConfig.cmake" VERSION ${PROJECT_VERSION}