Skip to content

Commit

Permalink
Fix bad version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Mar 28, 2024
1 parent 755d98d commit f7cd935
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ if(BUILD_SHARED_LIBS)
)

# Set library version
set_target_properties(ixwebsocket PROPERTIES VERSION ${CMAKE_PROJECT_VERSION})

set_target_properties(ixwebsocket PROPERTIES VERSION ${PROJECT_VERSION})
else()
# Static library
add_library( ixwebsocket
Expand Down

0 comments on commit f7cd935

Please sign in to comment.