Skip to content

Commit

Permalink
Use custom "_sidefx" library suffix instead of the versioned suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvinluan-sidefx committed Nov 28, 2023
1 parent 147a458 commit b53e776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenEXRSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ endif()

# Suffix to append to root name, this helps with version management
# but can be turned off if you don't care, or otherwise customized
set(OPENEXR_LIB_SUFFIX "-${OPENEXR_VERSION_API}" CACHE STRING "string added to the end of all the libraries")
set(OPENEXR_LIB_SUFFIX "_sidefx" CACHE STRING "string added to the end of all the libraries")
# when building both dynamic and static, the additional string to
# add to the library name, such that to get static linkage, you
# would use -lOpenEXR_static (or target_link_libraries(xxx OpenEXR::OpenEXR_static))
Expand Down

0 comments on commit b53e776

Please sign in to comment.