Hello,

I am unable to make drogon-assist.
https://github.com/drogonframework/drogon-assist

I am running on WSL2 ubuntu
Linux HP-14-64GB 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29
23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

cmake version:
cmake version 3.22.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).

make version:
GNU Make 4.3
Built for x86_64-pc-linux-gnu

I run the following commands to no avail
cd;
git clone g...@github.com:drogonframework/drogon-assist.git;
cd drogon-assist;
mkdir -p build;
cd build;
cmake -DCMAKE_CXX_STANDARD=20 ..;
make;

and i get the following error:
[image: image.png]
if I keep going (make -k) I get errors related to new features found in
later c++ standards. It is as if the 20 in the standard specified in cmake
is being ignored.

Please advise,
Thanks in advance,

Reply via email to