Changes

Summary

  1. [Config] Add cxxopts cmake find module (#4538) (details)
  2. [Config] Add TSAN option (#4534) (details)
Commit ebd18c06b903ecd4524f7c5ecc93d4eae6a4ebb6 by noreply
[Config] Add cxxopts cmake find module (#4538)

* Add cxxopts cmake find module

* fix case where cmake config file for cxxopts was found
The file was modifiedSofa/GUI/Common/CMakeLists.txt (diff)
The file was addedSofa/framework/Config/cmake/Modules/Findcxxopts.cmake
Commit a7fbcfe6f95fff7b8c83746c96cba85cf6a37b05 by noreply
[Config] Add TSAN option (#4534)

* add TSAN flag (if enabled) for gcc or clang

* rename cmake option
The file was modifiedSofa/framework/Config/CMakeLists.txt (diff)