Fix passing DEBUG_APDU flag.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -36,6 +36,10 @@ if (NOT DEFINED USB_PID)
|
|||||||
set(USB_PID 0xFCFD)
|
set(USB_PID 0xFCFD)
|
||||||
endif()
|
endif()
|
||||||
add_definitions(-DUSB_PID=${USB_PID})
|
add_definitions(-DUSB_PID=${USB_PID})
|
||||||
|
if (NOT DEFINED DEBUG_APDU)
|
||||||
|
set(DEBUG_APDU 0)
|
||||||
|
endif()
|
||||||
|
add_definitions(-DDEBUG_APDU=${DEBUG_APDU})
|
||||||
|
|
||||||
find_package( PythonInterp 3.7 REQUIRED )
|
find_package( PythonInterp 3.7 REQUIRED )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user