Skip to content

Commit

Permalink
Update usgscsm install location (#467)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
chkim-usgs authored Jan 4, 2024
1 parent 40546cb commit fface32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down

0 comments on commit fface32

Please sign in to comment.