Skip to content

Commit

Permalink
issues/0155 - typo in set_target_properties() in /lib/dpx/CMakeLists.…
Browse files Browse the repository at this point in the history
…txt (#156)

* fixes #155 - typo in set_target_properties() in /lib/dpx/CMakeLists.txt
  • Loading branch information
michaeldsmith authored Jun 6, 2024
1 parent bc50ecd commit f63b7ba
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 f63b7ba

Please sign in to comment.