Skip to content

Commit

Permalink
cmake: fix bad install location for nodekit shaders when OSGEARTH_INS…
Browse files Browse the repository at this point in the history
…TALL_SHADERS is set to TRUE
  • Loading branch information
gwaldron committed Sep 17, 2024
1 parent 4314f48 commit 8cd00e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/osgearth-macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ macro(add_osgearth_plugin)

# install the shader source files, if requested:
if(OSGEARTH_INSTALL_SHADERS)
install(FILES ${MY_SHADERS} DESTINATION resources/shaders)
install(FILES ${MY_SHADERS} DESTINATION share/osgEarth/shaders)
endif()

# macos-specific
Expand Down

0 comments on commit 8cd00e5

Please sign in to comment.