Skip to content

Commit 690827d

Browse files
committed
Add a comment to clarify that VERSION is the shared library version.
1 parent 6e18457 commit 690827d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ set_target_properties(gpuarray PROPERTIES
8787
COMPILE_FLAGS "-DGPUARRAY_BUILDING_DLL -DGPUARRAY_SHARED"
8888
INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib
8989
MACOSX_RPATH OFF
90+
# This is the shared library version
9091
VERSION 0.0
9192
)
9293

0 commit comments

Comments
 (0)