CMake warning when compiling plugins in google colab
Opened this issue · 0 comments
tkittel commented
CMake Warning (dev) at /usr/local/lib/python3.10/dist-packages/NCrystal/ncrystal_pyinst_data/lib/cmake/NCrystal/NCrystalTargets.cmake:61 (add_library):
ADD_LIBRARY called with SHARED option but the target platform does not
support dynamic linking. Building a STATIC library instead. This may lead
to problems.
Call Stack (most recent call first):
/usr/local/lib/python3.10/dist-packages/NCrystal/ncrystal_pyinst_data/lib/cmake/NCrystal/NCrystalConfig.cmake:108 (include)
CMakeLists.txt:12 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.