c++ - How to get full cxx -std= flag inside CMAKE? -


how can full option string "-std=..." after set(cmake_cxx_standard 17) ? string flag must obtained inside cmakelists.txt.

"$(cxx_flags)" (round brackets important) contains "-std=..." flag , expand inside makefile.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -