Skip to content

Commit 67c9745

Browse files
authored
Merge pull request pocoproject#2925 from Bjoe/fix-windows-missing-pocofoundation-cmake
Fix cmake config modul location
2 parents f472d3a + bb3d974 commit 67c9745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ install(
453453
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}Config.cmake
454454
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}ConfigVersion.cmake
455455
DESTINATION
456-
"lib${LIB_SUFFIX}/cmake/${PROJECT_NAME}"
456+
"${PocoConfigPackageLocation}"
457457
COMPONENT
458458
Devel
459459
)

0 commit comments

Comments
 (0)