Skip to content
Snippets Groups Projects
Commit cefdacd5 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr SILENT_PROGRESS

parent a834f2ce
No related branches found
No related tags found
1 merge request!1717corr SILENT_PROGRESS
Pipeline #103444 passed
......@@ -18,9 +18,6 @@ set_target_properties(${lib} PROPERTIES
SOURCE_FILES "${source_files}"
INCLUDE_FILES "${include_files}"
EMBED_PYTHON ${BORNAGAIN_PYTHON})
if(BATCH_MODE)
target_compile_definitions(${lib} PRIVATE SILENT_PROGRESS=ON)
endif()
# --- make the library ---
MakeLib(${lib})
......
......@@ -18,6 +18,9 @@ set_target_properties(${lib} PROPERTIES
SOURCE_FILES "${source_files}"
INCLUDE_FILES "${include_files}"
EMBED_PYTHON ${BORNAGAIN_PYTHON})
if(BATCH_MODE)
target_compile_definitions(${lib} PRIVATE SILENT_PROGRESS=ON)
endif()
# --- make the library ---
MakeLib(${lib})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment