Skip to content

Commit

Permalink
Fix probable typo for static builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
skurmedel authored and nickrasmussen committed Aug 8, 2018
1 parent 17384ee commit 31e1ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IlmBase/IlmThread/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ IF (BUILD_STATIC_LIBS)
SET_TARGET_PROPERTIES ( IlmThread_static
PROPERTIES
VERSION ${ILMBASE_VERSION_MAJOR}.${ILMBASE_VERSION_MINOR}.${ILMBASE_VERSION_PATCH}
OUTPUT_NAME "IexMath${ILMBASE_LIBSUFFIX}_s"
OUTPUT_NAME "IlmThread${ILMBASE_LIBSUFFIX}_s"
)
ENDIF ()

Expand Down

0 comments on commit 31e1ae8

Please sign in to comment.