Skip to content

Commit

Permalink
Fix output file name for version config
Browse files Browse the repository at this point in the history
  • Loading branch information
isaachier committed Mar 11, 2018
1 parent 92760bb commit bb71db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -630,7 +630,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/janssonConfig.cmake.in
include(CMakePackageConfigHelpers)

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/cmake/janssonVersionConfig.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/cmake/janssonConfigVersion.cmake"
VERSION ${JANSSON_VERSION}
COMPATIBILITY ExactVersion
)
Expand Down

0 comments on commit bb71db2

Please sign in to comment.