Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

out-of-directory build places content in-directory #6

Open
danstowell opened this issue Jul 15, 2016 · 1 comment
Open

out-of-directory build places content in-directory #6

danstowell opened this issue Jul 15, 2016 · 1 comment

Comments

@danstowell
Copy link

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.
@xanguera
Copy link
Owner

Hi,
I agree this would be useful.
would you be able to modify the cmakeLists.txt file to add your feature and then commit the changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants