Tjwood
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
Tjwood created a post, Just use the CMakeLists.txt settings and nothing else! [Solved with workaround]
I'm working on a codebase (C++/CUDA) which comes with a working CMakeLists.txt config for my system, (RHEL). Outside CLion simply: mkdir build; cd build; cmake..; make everything just works. When ...