From fface3234ff9f034ae7174b38db0d2c78fe1a8cb Mon Sep 17 00:00:00 2001 From: Christine Kim <125395064+chkim-usgs@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:29:18 -0700 Subject: [PATCH] Update usgscsm install location (#467) * Update usgscsm install location * Point ale submodule to latest main * Update ale submodule url * Update ale submodule (#468) * Update ale submodule * Removed ale submodule * Add back updated ale submodule * Update ale submodule (#470) * Update ale submodule * Removed ale submodule * Add back updated ale submodule * Remove windows stuff in ci yaml * Change submodules value in yaml * Turn off external dep * Set submodules to recursive * Turn off ale docs build * Update ale submodule url --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e59f66..a2df336 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,7 +113,7 @@ target_link_libraries(usgscsm_cam_test usgscsm ${CSM_LIBRARY}) -install(TARGETS usgscsm LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) +install(TARGETS usgscsm LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/csmplugins/) install(DIRECTORY ${USGSCSM_INSTALL_INCLUDE_DIRS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) install(TARGETS usgscsm_cam_test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) -- GitLab