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
Had to remove the --login option, otherwise the working directory is changed, even w/ --norc specified:
Run cmake -GNinja \
cmake -GNinja \
-S . -B build
cmake --build build
shell: C:\tools\cygwin\bin\bash.exe --login --norc -o igncr '{0}'
env:
CYGWIN:
Copying skeleton files.
These files are for the users to personalise their cygwin experience.
They will never be overwritten nor automatically updated.
'./.bashrc' -> '/home/runneradmin//.bashrc'
'./.bash_profile' -> '/home/runneradmin//.bash_profile'
'./.inputrc' -> '/home/runneradmin//.inputrc'
'./.profile' -> '/home/runneradmin//.profile'
CMake Error: The source directory "/home/runneradmin" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Error: /home/runneradmin/build is not a directory
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Had to remove the
--login
option, otherwise the working directory is changed, even w/--norc
specified:The text was updated successfully, but these errors were encountered: