Skip to content

Refactored CMake

Compare
Choose a tag to compare
@havogt havogt released this 20 Dec 16:16
· 61 commits to master since this release
bc1e9ad

Serialbox now exports targets in SerialboxConfig.cmake:

  • SerialboxStatic (core library)
  • SerialboxCStatic (C bindings)
  • SerialboxFortranStatic (Fortran bindings)

Bug fixes

  • The json library is removed from the public interface (resolves problems when compiling with user code with nvcc)
  • [FTG] Fix segfault due to undefined pointers in ftg_allocate_and_read_pointer_*