mctools / ncrystal

NCrystal : a library for thermal neutron transport in crystals and other materials
https://mctools.github.io/ncrystal/
Other
41 stars 18 forks source link

CMake warning when compiling plugins in google colab #190

Open tkittel opened 2 months ago

tkittel commented 2 months ago
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.