Skip to content

Commit 1644105

Browse files
committed
Merge branch 'master' of https://github.com/aous72/OpenJPH
Forgot to merge.
2 parents 732fb5a + c062d93 commit 1644105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,11 @@ configure_file(
191191
)
192192

193193
include(CMakePackageConfigHelpers)
194-
write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/openjph-configVersion.cmake
194+
write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/openjph-config-version.cmake
195195
COMPATIBILITY SameMinorVersion)
196196

197197
install(
198-
FILES ${CMAKE_CURRENT_BINARY_DIR}/openjph-configVersion.cmake
198+
FILES ${CMAKE_CURRENT_BINARY_DIR}/openjph-config-version.cmake
199199
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/openjph
200200
)
201201

0 commit comments

Comments
 (0)