Skip to content

Commit 38d6da7

Browse files
authored
Fix bad version variable (#510)
1 parent 9ef61bf commit 38d6da7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ if(BUILD_SHARED_LIBS)
168168
)
169169

170170
# Set library version
171-
set_target_properties(ixwebsocket PROPERTIES VERSION ${CMAKE_PROJECT_VERSION})
172-
171+
set_target_properties(ixwebsocket PROPERTIES VERSION ${PROJECT_VERSION})
173172
else()
174173
# Static library
175174
add_library( ixwebsocket

0 commit comments

Comments
 (0)