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
What is the correct approach to build with shared libs ?
I changed Dockerfile section to
[...]
RUN cmake /src/Sample-Server/.github/
-DCMAKE_BUILD_TYPE=${BUILD_TYPE}
-DBUILD_SHARED_LIBS:BOOL=ON
-DCMAKE_INSTALL_PREFIX:PATH=/install /build &&
cmake --build .
[...]
But during build CMake says manually BUILD_SHARED_LIBS is not used.
The text was updated successfully, but these errors were encountered:
What is the correct approach to build with shared libs ?
I changed Dockerfile section to
[...]
RUN cmake /src/Sample-Server/.github/
-DCMAKE_BUILD_TYPE=${BUILD_TYPE}
-DBUILD_SHARED_LIBS:BOOL=ON
-DCMAKE_INSTALL_PREFIX:PATH=/install /build &&
cmake --build .
[...]
But during build CMake says manually BUILD_SHARED_LIBS is not used.
The text was updated successfully, but these errors were encountered: