Here is my CMakeSettings.json :
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "C:/Users/bierlaire/Desktop/build/CMakeFiles",
"installRoot": "${projectDir}\\out\\install\\${name ...
Search found 3 matches
- Tue May 25, 2021 4:25 am
- Forum: Issues, bugs, etc.
- Topic: Issue with CMake
- Replies: 5
- Views: 12581
- Fri May 21, 2021 4:52 am
- Forum: Issues, bugs, etc.
- Topic: Issue with CMake
- Replies: 5
- Views: 12581
Re: Issue with CMake
Thank you for your answer.
I have done what you suggested, and I had an issue with QT5, which I fixed by adding the correct folder path.
Now trying to right click and open the folder, I get this issue :
error.PNG
I have tried to look at CMakeLists.txt, but I have no clue on what should fix this ...
I have done what you suggested, and I had an issue with QT5, which I fixed by adding the correct folder path.
Now trying to right click and open the folder, I get this issue :
error.PNG
I have tried to look at CMakeLists.txt, but I have no clue on what should fix this ...
- Thu May 20, 2021 12:04 pm
- Forum: Issues, bugs, etc.
- Topic: Issue with CMake
- Replies: 5
- Views: 12581
Issue with CMake
Hi,
I have installed CC on the Cloudcompare.org website, and it works perfectly fine.
I know want to develop a CC plugin. For me to try out and visualize small changes in the source code I am writing, I need to add my plugin folder in the CC plugin directory.
However, with the version installed ...
I have installed CC on the Cloudcompare.org website, and it works perfectly fine.
I know want to develop a CC plugin. For me to try out and visualize small changes in the source code I am writing, I need to add my plugin folder in the CC plugin directory.
However, with the version installed ...