You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current CMakeLists.txt contains a bug that causes the error
`No target "scylla_cpp_driver_shared"` when CASS_BUILD_SHARED is
set to OFF.
To fix this, we need to avoid defining scylla_cpp_driver_shared when
CASS_BUILD_SHARED is set to OFF.
Same on scylla-cpp-driver_static.
Fixesscylladb#308
syuu1228
added a commit
to syuu1228/cpp-rust-driver
that referenced
this issue
Jun 2, 2025
The current CMakeLists.txt contains a bug that causes the error
`No target "scylla_cpp_driver_shared"` when CASS_BUILD_SHARED is
set to OFF.
To fix this, we need to avoid defining scylla_cpp_driver_shared when
CASS_BUILD_SHARED is set to OFF.
Also need to do same on static binary definition.
Fixesscylladb#308
Uh oh!
There was an error while loading. Please reload this page.
CASS_BUILD_SHARED
option isON
by default. It's responsible for controlling whether shared driver library is being built (.so)The error:
The text was updated successfully, but these errors were encountered: