Skip to content

Commit

Permalink
Update install-package-config-files.cmake
Browse files Browse the repository at this point in the history
test fix for vcpkg fixup problem
  • Loading branch information
plevy authored Oct 4, 2024
1 parent 1a43446 commit c18addc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/install-package-config-files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
function(osgearth_package_install_config_files INCLUDE_INSTALL_DIR LIBRARY_INSTALL_DIR)

set(PACKAGE_INSTALL_DIR share/osgEarth)
set(PACKAGE_INSTALL_DIR share/osgearth)

include(CMakePackageConfigHelpers)

Expand Down Expand Up @@ -37,7 +37,7 @@ endfunction()
#
function(osgearth_package_install_library_target MY_TARGET)

set(PACKAGE_INSTALL_DIR share/osgEarth)
set(PACKAGE_INSTALL_DIR share/osgearth)

install(
EXPORT ${MY_TARGET}Targets
Expand Down

0 comments on commit c18addc

Please sign in to comment.