Skip to content
Snippets Groups Projects
Commit 6c5e8b79 authored by marco's avatar marco
Browse files

show status of PROFILE flag during build

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2448 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 06cb9dba
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,11 @@ if (ENABLE_IMG)
else()
set(_IMG OFF)
endif()
if (PROFILE)
set(_PROFILE ON)
else()
set(_PROFILE OFF)
endif()
if (COMPOUND_LIB)
set(_COMP_LIB "${COMPOUND_LIB}")
......@@ -255,9 +260,10 @@ message(STATUS
" RPath in install (-DUSE_RPATH) : ${_USE_RPATH}\n"
" Graphical interface (-DENABLE_UI) : ${_UI}\n"
" OpenGL support (-DENABLE_GFX) : ${_OPENGL}\n"
" Image Processing support (-DENABLE_IMG) : ${_IMG}\n"
" Image Processing support (-DENABLE_IMG) : ${_IMG}\n"
" Shader support (-DUSE_SHADER) : ${_SHADER}\n"
" Optimize (-DOPTIMIZE) : ${_OPT}\n"
" Profiling support (-DPROFILE) : ${_PROFILE}\n"
" Double Precision (-DUSE_DOUBLE_PRECISION) : ${_DOUBLE_PREC}\n"
" Compound Lib (-DCOMPOUND_LIB) : ${_COMP_LIB}\n"
" TMAlign and TMScore (-DCOMPILE_TMTOOLS) : ${_TM_TOOLS}")
......
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