Skip to content

Commit

Permalink
fix ctldpx soversion - fixes #155
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jun 6, 2024
1 parent bc50ecd commit e23187d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dpx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target_link_libraries(ctldpx
# $<$<TARGET_EXISTS:IlmBase::Iex>:IlmBase::Iex>
# )

set_target_properties(IlmCtlSimd
set_target_properties(ctldpx
PROPERTIES
VERSION ${CTL_VERSION}
SOVERSION ${CTL_VERSION}
Expand Down

0 comments on commit e23187d

Please sign in to comment.