Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [cmake]

CMake is a cross-platform, open-source build system generator. It generates files for build systems like native makefiles, ninja-build and project files for several integrated development environments.

2 votes
0 answers
310 views
+100

Unable to find injection library libsanitizer-collection.so while trying to use compute-sanitizer

compute-sanitizer --tool memcheck my_cuda_program is what I am trying to do. I am trying this because I got Thread 1 my_cuda_program received signal CUDA_EXCEPTION_5, Warp Out-of-range Address. when I ...
ryupark1321's user avatar
2 votes
1 answer
303 views
+250

Why can't CLion see header files, using the WSL2 toolchain?

My setup: Windows 10 Pro 22H2 (19045.2965) CLion 2020.1.3 (JetBrains) WSL2 with Ubuntu 22.04.2 LTS gcc 11.3.0 cmake 3.22.1 gdb 12.1 gmake 4.3 CMakeLists.txt cmake_minimum_required(VERSION 3.22)...
J Vines's user avatar
  • 310