Mercurial > hg > orthanc-stone
changeset 532:d4046c7f284d bgo-commands-codegen
Removing ICommand support - last small fixes
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Mon, 18 Mar 2019 08:45:48 +0100 |
parents | 32dc5af8ab99 |
children | 7016c35d163c |
files | Applications/Samples/CMakeLists.txt |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/Samples/CMakeLists.txt Sun Mar 17 20:16:45 2019 +0100 +++ b/Applications/Samples/CMakeLists.txt Mon Mar 18 08:45:48 2019 +0100 @@ -12,10 +12,6 @@ add_definitions(-DOPENSSL_NO_CAPIENG=1) endif() -if (BGO_USE_NEW_COMMANDS) -add_definitions(-DBGO_USE_NEW_COMMANDS=1) -endif() - #set(ENABLE_DCMTK ON) set(ENABLE_SDL OFF CACHE BOOL "Target SDL Native application")