Closed phamductu closed 2 years ago
Hi @randoracle, thanks for the interest and reporting the issue with thorough details! We are currently investigating this and will get back to you ASAP.
Out of the 4 items, item 1 and 2, have been taken care of with PR #15. However, while testing 3 and working on 4, we discovered some unintended errors and raised it in #16.
We will close this issue and move it to #16.
Hi, thanks again for the library!
There are some errors that I encountered when trying to use the library, hope that you could help me! Thanks in advance! Some information about my environment first:
This error occured when I tried to build the library by instructions from your repo:
I turned off all the options in
CMakeLists.txt
(especiallyIPCL_BENCHMARK
) and I built successfully.After turning off all the options, I tried to install the library with
sudo cmake --install build
. And this happened:Apparently, this is caused by the following line:
include(${CMAKE_CURRENT_LIST_DIR}/ipclTargets.cmake)
and it should be changed toinclude(${CMAKE_CURRENT_LIST_DIR}/IPCLTargets.cmake)
(capitalized) This practice successed and I can use the library.Because I'm quite new to CMake stuffs, I only know one way to use the library for another repo is to install it like the above. Could you suggest to me how to use the library for another repo?
Is there a document for the library? I can only find how to use the library (encrypt/decrypt/operations) by reading the test.