Open L-Super opened 3 months ago
But without CLion it installs in the correct directory?
But without CLion it installs in the correct directory?
The command in bash is the same as in Clion.
Can confirm. There is something wrong. Especially in regards to zlib. When setting -DCMAKE_BUILD_TYPE=Release
it tries to install zlib from the Debug
directory and vise versa.
How critical is this bug to you?
Can confirm. There is something wrong. Especially in regards to zlib. When setting
-DCMAKE_BUILD_TYPE=Release
it tries to install zlib from theDebug
directory and vise versa. How critical is this bug to you?
It will prevent me from using cmake install
to install dependencies, which may later affect CI/CD automatic packaging into an executable file.
Description
When I install cpr library by IDE, it was wrong.
cmake install
output message:It seems to be installed by default on the C drive, but my CMakeLists.txt is:
The same as https://github.com/libcpr/example-cmake-fetch-content/blob/a733fb21fda0f17051fa319c4075649823f04226/CMakeLists.txt#L25-L28
Example/How to Reproduce
Possible Fix
No response
Where did you get it from?
GitHub (branch e.g. master)
Additional Context/Your Environment