From 65d2f6b6e4ca375ddb0855463ffae174dfc3b323 Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 16 Nov 2020 13:49:45 +0300 Subject: [PATCH] FindPIP.cmake SMSDK fix --- cmake/FindPIP.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/FindPIP.cmake b/cmake/FindPIP.cmake index fab2610e..72f4e88c 100644 --- a/cmake/FindPIP.cmake +++ b/cmake/FindPIP.cmake @@ -24,6 +24,7 @@ shstk_set_find_dirs(pip) if(PIP_DIR) list(APPEND pip_LIBDIR "${PIP_DIR}/lib") list(APPEND pip_INCDIR "${PIP_DIR}/include/pip") + list(APPEND pip_BINDIR "${PIP_DIR}/bin") endif() set(__libs "usb;crypt;console;fftw;compress;io_utils;opencl;cloud;lua")