ONEforALL-S003 / ONE

On-device Neural Engine / q-implant
Other
1 stars 2 forks source link

DOWNLOAD_LIBNPY OFF에 대한 예외처리 #19

Open Judgement9882 opened 12 months ago

Judgement9882 commented 12 months ago

언제든 외부 라이브러리가 OFF로 바뀔 수 있기 때문에

모듈을 만들때 CMakeLists.txt 맨 윗줄에 추가시켜주세요.

if(NOT ${DOWNLOAD_LIBNPY})
  return()
endif(NOT ${DOWNLOAD_LIBNPY})