Hello all, I am facing a little issue while trying to configure DEM-E build. (I'm on Ubuntu 24.02, with CUDA 12.0, gcc-12 and g++-12 installed)
While configuring with ccmake I get the following : *[C++STD Autodetect] Detecting level of C++ support... CMake Error at cmake/CxxStdAutodetect.cmake:53 (message): [C++STD Autodetect] Could not determine a suitable C++ standard! Call Stack (most recent call first): CMakeLists.txt:103 (cxx_std_autodetect) ==== Configuring Core Components ==== [core] Generating API version header... [core] Extracting NVIDIA Jitify header... CMake Error at src/core/CMakeLists.txt:77 (set_target_properties): set_target_properties called with incorrect number of arguments. [core] Generating Runtime Data helper (build)... [core] Generating Runtime Data helper (install)... CMake Error at src/core/CMakeLists.txt:198 (set_target_properties): set_target_properties called with incorrect number of arguments. ==== Building DEM Components ==== CMake Error at src/DEM/CMakeLists.txt:59 (set_target_properties): set_target_properties called with incorrect number of arguments. ==== Configuring GPU Algorithm Components ==== CMake Error at src/algorithms/CMakeLists.txt:60 (set_target_properties): set_target_properties called with incorrect number of arguments. Demo programs for DEM solver... ...add DEMdemo_Repose CMake Error at src/demo/CMakeLists.txt:85 (set_target_properties): set_target_properties called with incorrect number of arguments. ...add DEMdemo_Repose2D CMake Error at src/demo/CMakeLists.txt:85 (set_target_properties): set_target_properties called with incorrect number of arguments.* And then about 15 more Error with the same model as the last one : * ...add DEMdemo_XXXXXXXXXXXXX CMake Error at src/demo/CMakeLists.txt:85 (set_target_properties): set_target_properties called with incorrect number of arguments.* I think I understand that the issue is coming from my C++ compiler. After going through the CMakeCache file I tried installing g++-11 (I was previously using g++-12) before running the configuration again but it didn't solve the issue. If someone has an idea as to how I could solve this issue it would help me a lot! Thank you in advance. Victor -- You received this message because you are subscribed to the Google Groups "ProjectChrono" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/ef750835-5091-4d6b-b28e-365635ed578an%40googlegroups.com.
