You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2024. It is now read-only.
Hi. One of my projects needed to use the ALGLIB library and it seems that their website did not have CMake support. This repo seems to do most of the work with downloading the tar and building it. Only issue is that when when this thing is built as a subdirectory, the script from the CMakeLists.txt fails to configure at
I'm quite sure the CMAKE_SOURCE_DIR should be CMAKE_CURRENT_SOURCE_DIR and likewise for the binary directory because otherwise it is using the value set by the parent project which messes up the configuration process (at least after making these changes the configuration spewed no errors).
Also when I was debugging the build script I did notice that on line 23 the comment output paths is misspelt as ouptut paths.
Another edit I have a feeling that the output paths should be this instead
Hi. One of my projects needed to use the ALGLIB library and it seems that their website did not have CMake support. This repo seems to do most of the work with downloading the tar and building it. Only issue is that when when this thing is built as a subdirectory, the script from the CMakeLists.txt fails to configure at
I'm quite sure the
CMAKE_SOURCE_DIRshould beCMAKE_CURRENT_SOURCE_DIRand likewise for the binary directory because otherwise it is using the value set by the parent project which messes up the configuration process (at least after making these changes the configuration spewed no errors).Also when I was debugging the build script I did notice that on line 23 the comment
output pathsis misspelt asouptut paths.Another edit I have a feeling that the output paths should be this instead