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
Hi - when I build with cmake I usually use a separate build folder so as not to clutter the source folder. However, the BeamformIt cmake scripts somehow ignore that desire, and place the produced executable back into the source folder.
To reproduce:
Get a fresh clone, and cd into it
mkdir build
cd build
cmake ..
make
Expected: all build products are inside the build folder
Actual: the BeamformIt executable is actually outside the build folder, in the source folder.
The text was updated successfully, but these errors were encountered:
Hi - when I build with cmake I usually use a separate build folder so as not to clutter the source folder. However, the BeamformIt cmake scripts somehow ignore that desire, and place the produced executable back into the source folder.
To reproduce:
mkdir build
cd build
cmake ..
make
BeamformIt
executable is actually outside the build folder, in the source folder.The text was updated successfully, but these errors were encountered: