You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and ran cmake -G Xcode -S . -B build -DCMAKE_INSTALL_PREFIX=/Users/sam/nappgui
This FAILED with the following error:
I was mystified, but had a hunch that it didn't properly find my files.
And... I changed my source directory from nappgui projectsto nappgui_projects. The result was the following:
In other words, either CMake or nrc does not allow spaces in directory names!
Please ascertain which, and correct.
The text was updated successfully, but these errors were encountered:
frang75
changed the title
Fatal error using resources
Support white spaces in project path
Mar 4, 2024
I wanted to added some resource images to my application, and proceeded as the documentation says:
.../res/
, giving.../res/res_images
CMakeLists.txt
file in the main project directory tocmake -G Xcode -S . -B build -DCMAKE_INSTALL_PREFIX=/Users/sam/nappgui
This FAILED with the following error:
I was mystified, but had a hunch that it didn't properly find my files.
And... I changed my source directory from
nappgui projects
tonappgui_projects
. The result was the following:In other words, either
CMake
ornrc
does not allow spaces in directory names!Please ascertain which, and correct.
The text was updated successfully, but these errors were encountered: