Skip to content

Commit

Permalink
CI: Change install name/location
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Apr 16, 2024
1 parent 5fe3dd7 commit 46a354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/libraries/exodus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if (SEACASExodus_ENABLE_SHARED)
set_property(TARGET exodus_shared PROPERTY C_STANDARD 99)
# This keeps the library out of the `all_libs` targets...
set_target_properties(exodus_shared PROPERTIES TRIBITS_TESTONLY_LIB TRUE)
set_target_properties(exodus_shared PROPERTIES RUNTIME_OUTPUT_NAME exodus)
set_target_properties(exodus_shared PROPERTIES OUTPUT_NAME exodus)
INSTALL(TARGETS exodus_shared DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
endif()
endif()
Expand Down

0 comments on commit 46a354c

Please sign in to comment.