Skip to content

Commit 29722da

Browse files
add a nice bldlevel string to the dll
1 parent 29e410d commit 29722da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib_json/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ if(BUILD_SHARED_LIBS)
122122
POSITION_INDEPENDENT_CODE ${BUILD_SHARED_LIBS}
123123
)
124124

125+
if(OS2)
126+
set_target_properties(${SHARED_LIB} PROPERTIES
127+
OS2_DEF_VENDOR "$ENV{VENDOR}"
128+
OS2_DEF_PATCH "${PROJECT_VERSION_PATCH}")
129+
endif()
125130
# Set library's runtime search path on OSX
126131
if(APPLE)
127132
set_target_properties(${SHARED_LIB} PROPERTIES INSTALL_RPATH "@loader_path/.")

0 commit comments

Comments
 (0)