Fix bad version variable (#510)
This commit is contained in:
parent
9ef61bf224
commit
38d6da7755
@ -168,8 +168,7 @@ if(BUILD_SHARED_LIBS)
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Set library version
|
# Set library version
|
||||||
set_target_properties(ixwebsocket PROPERTIES VERSION ${CMAKE_PROJECT_VERSION})
|
set_target_properties(ixwebsocket PROPERTIES VERSION ${PROJECT_VERSION})
|
||||||
|
|
||||||
else()
|
else()
|
||||||
# Static library
|
# Static library
|
||||||
add_library( ixwebsocket
|
add_library( ixwebsocket
|
||||||
|
Loading…
Reference in New Issue
Block a user