소스 검색

Merge pull request #535 from chliang/develop

fixed bug of deploy/cpp/CMakeLists.txt
Jason 4 년 전
부모
커밋
9f94316021
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deploy/cpp/CMakeLists.txt

+ 1 - 1
deploy/cpp/CMakeLists.txt

@@ -14,7 +14,7 @@ option(WITH_ENCRYPTION "Compile demo with encryption tool."   OFF)
 SET(TENSORRT_DIR "" CACHE PATH "Location of libraries")
 SET(PADDLE_DIR "" CACHE PATH "Location of libraries")
 SET(OPENCV_DIR "" CACHE PATH "Location of libraries")
-SET(ENCRYPTION_DIR"" CACHE PATH "Location of libraries")
+SET(ENCRYPTION_DIR "" CACHE PATH "Location of libraries")
 SET(CUDA_LIB "" CACHE PATH "Location of libraries")
 
 if (NOT WIN32)