while running $cmake -HElektronSDK -Bbuild-esdk -DCMAKE_BUILD_TYPE=Debug the following error occurs.
CMake Error at /mnt/c/Users/u6079328/OneDrive - Refinitiv/Fuzzing/build-esdk/external/BUILD/elektron-sdk-binarypack/build/elektron-sdk-binarypack-prefix/src/elektron-sdk-binarypack-stamp/extract-elektron-sdk-binarypack.cmake:26 (execute_process):
execute_process given unknown argument "-".
CMakeFiles/elektron-sdk-binarypack.dir/build.make:90: recipe for target 'elektron-sdk-binarypack-prefix/src/elektron-sdk-binarypack-stamp/elektron-sdk-binarypack-download' failed
make[2]: *** [elektron-sdk-binarypack-prefix/src/elektron-sdk-binarypack-stamp/elektron-sdk-binarypack-download] Error 1
CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/elektron-sdk-binarypack.dir/all' failed
make[1]: *** [CMakeFiles/elektron-sdk-binarypack.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
CMake Error at CMake/rcdevExternalUtils.cmake:189 (message):
External Project Build step for elektron-sdk-binarypack in
/mnt/c/Users/u6079328/OneDrive -
Refinitiv/Fuzzing/build-esdk/external/BUILD/elektron-sdk-binarypack failed:
2
Call Stack (most recent call first):
CMake/addExternal_elektron-sdk-binarypack.cmake:120 (rcdev_config_build_ep)
CMakeLists.txt:24 (include)
-- Configuring incomplete, errors occurred!
See also "/mnt/c/Users/u6079328/OneDrive - Refinitiv/Fuzzing/build-esdk/CMakeFiles/CMakeOutput.log".
How can this be solved?
I followed the error mentioned at the beginning and removed the unknown argument mentioned. This didnt seem to solve the problem.
the elektron sdk binarypack is already downloaded as well within the same directory. Why isnt the build able to detect that? As it still tries download a binary pack and unzip it.