LLNL / Caliper

Caliper is an instrumentation and performance profiling library
http://software.llnl.gov/Caliper/
BSD 3-Clause "New" or "Revised" License
350 stars 66 forks source link

Use target_compile_features() to specify C++11 requirement #463

Closed daboehme closed 1 year ago

daboehme commented 1 year ago

Use CMake's target_compilefeatures() to set required language standards instead of CMAKE[C|CXX]_STANDARD.