Mentions légales du service

Skip to content
  • Julien Wintz's avatar
    Removing calls to deprecated cmake functions. · e682d1b5
    Julien Wintz authored
    Related to the use of GenerateExportHeaders. In some cases, the
    following attributes may need to be set as follows:
    
    set(CMAKE_CXX_VISIBILITY_PRESET hidden)
    set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)
    e682d1b5