When building with BUILD_SHARED_LIBS=OFF with MinGW, a shared library is compiled.Author phmandl commented Oct 7, 2024 Most likely the cause is add_library(fatrop SHARED ${FATROP_INTERNAL}) in the fatrop cmakelists ignoring the flag. Author phmandl commented Oct 7, 2024 setting to ...
Describe the bug BUILD_SHARED_LIBS=OFF with OCCT plugin on Windows fails to build because of name conflict Indeed, with OCCT plugin and static build, there are exported symbols for some reason, which causes MSVC to created a f3d.lib file...
I am hitting the same issue on Mac OS X with-DBUILD_SHARED_LIBS=OFF. When I build it as a standalone project it builds fine. When I include it as a dependency for another project then I get exactly this error I'm adding as an external project like so: ...
It should probably be used to parametrize whether SHARED or STATIC is passed to the add_library call here: https://github.com/rapidsai/cudf/blob/branch-22.02/cpp/CMakeLists.txt#L162 Steps/Code to reproduce bug Build libcudf with -DBUILD_SHARED_LIBS=OFF. Expected behavior A static library ...
The user of libzip does end up getting a dynamic link to zlib if the feature options, that themselves depend on zlib, aren't disabled (though maybe building them all with BUILD_SHARED_LIBS=OFF and using CMAKE_FIND_ROOT_PATH would work around that), but disabling them all does result in...
[cmake] -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_STATIC_LIBS:BOOL=OFF broken#507 jirislabyopened this issueNov 20, 2016· 16 comments Comments Copy link Contributor jirislabycommentedNov 20, 2016 @delcypher: the build fails miserably when building with the above flags. I think all the components...
…dients if Seastar is built as a shared library, the ingredients linked by it should be built as shared libraries as well. otherwise we'd run into following link failure: ``` /usr/bin/ld: _cooking/installed/lib64/libprotobufd.a(arena.cc.o): relocation R_X86_64_TPOFF32 against sym...
OFF) # # Verify options dependencies # 5 changes: 4 additions & 1 deletion 5 api/test/CMakeLists.txt Original file line numberDiff line numberDiff line change @@ -10,4 +10,7 @@ add_subdirectory(metrics) add_subdirectory(logs) add_subdirectory(common) add_subdirectory(baggage) add_subd...
Revert "build/dpdk: allow SPDK static builds on DPDK shared libs" Browse files This reverts commit 241d060. Fixes #2352. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I40b81446cc1c02f18a0b986fb5f0a7a6e31de466 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/...