Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f112e213 authored by TAVERNIER Vincent's avatar TAVERNIER Vincent
Browse files

Simplify CMakeLists.txt

parent ef2f17a7
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
# https://stackoverflow.com/a/43664211
function(floatexpr expr output)
execute_process(COMMAND awk "BEGIN {print ${expr}}" OUTPUT_VARIABLE __output)
set(${output} ${__output} PARENT_SCOPE)
endfunction()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment