Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 80e54249 authored by Nicolas Bellot's avatar Nicolas Bellot Committed by hhakim
Browse files

configure : affichage OPENMP actif

parent 1bc8d33a
Branches
No related tags found
No related merge requests found
...@@ -77,6 +77,9 @@ endif() ...@@ -77,6 +77,9 @@ endif()
if (FAUST_USE_GPU) if (FAUST_USE_GPU)
message(STATUS "**********GPU ACTIF************") message(STATUS "**********GPU ACTIF************")
endif() endif()
if(FAUST_USE_OPENMP)
message(STATUS "**********OPENMP ACTIF*********")
endif()
if (FAUST_GEN_DOC) if (FAUST_GEN_DOC)
message(STATUS "**********DOC ACTIF************") message(STATUS "**********DOC ACTIF************")
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment