CMakeLists.txt fix
This commit is contained in:
@@ -210,7 +210,6 @@ get_filename_component(C_COMPILER "${CMAKE_C_COMPILER}" NAME)
|
||||
|
||||
|
||||
# Main lib
|
||||
#set(PIP_FOLDERS ".;core;containers;thread;system;io_devices;io_utils;console;math;code;geo;resources;opencl;crypt;introspection;cloud;lua")
|
||||
file(GLOB PIP_FOLDERS LIST_DIRECTORIES TRUE "${CMAKE_CURRENT_SOURCE_DIR}/lib/main/*")
|
||||
list(APPEND PIP_FOLDERS "${CMAKE_CURRENT_SOURCE_DIR}/lib/main")
|
||||
set(PIP_MAIN_FOLDERS)
|
||||
@@ -407,7 +406,7 @@ if (NOT CROSSTOOLS)
|
||||
pip_find_lib(sodium)
|
||||
if(sodium_FOUND)
|
||||
pip_module(crypt "sodium" "PIP crypt support" "" "")
|
||||
pip_module(cloud "pip_crypt" "PIP crypt support" "" "")
|
||||
pip_module(cloud "pip_crypt" "PIP cloud support" "" "")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user