Mike Jackson
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Setting PATH for executable on Windows
We use VCPKG to build most of our dependencies, but also use an externally built Qt6 and VTK. When trying to debug the executable on Windows I get the error dialog that says it cannot find certain ... -
Created CLion 2023.1.3 CMakePresets always using the same build directory
AnsweredI just updated to CLion 2023.1.3 and now each preset inside of my CMakeUserPresets.json file are all using the same build directory. I have a a number of presets that all inherit from a "default-al... -
Created CMakePresets and Ninja Parallel level (-j)
AnsweredWe just recently moved up to a new enough version of CMake to be able to use CMakePresets.json and CMakeUserPresets.json which are cool and all but I have noticed that now when I build in CLion I a...