Install libraries in root build path instead on project build path
All threads resolved!
All threads resolved!
There is no difference between CMAKE_BINARY_DIR
and PROJECT_BINARY_DIR
on single builds. However, on super builds PROJECT_BINARY_DIR
puts the libraries on each project sub-directories whereas CMAKE_BINARY_DIR
puts libraries in the root build directory. I think we want the second one in super builds. This is even requested as a feature in #228
Edited by Santiago Ospina De Los Ríos
Merge request reports
Activity
added buildsystem label
requested review from @gruenich
assigned to @santiago.ospina
added 31 commits
-
e21a3ed5...7f1ccd13 - 30 commits from branch
master
- 1d77eac5 - Install libraries in root build path instead on project build path
-
e21a3ed5...7f1ccd13 - 30 commits from branch
requested review from @simon.praetorius and removed review request for @gruenich
- Resolved by Christoph Grüninger
- On a quick scan, I could not find a reference in #228. Nevertheless, I see the connection.
- I think this was done by design to have the libraries in sub directories. This would make sense for 3rd party dependencies. If everything should be put into the super-build build directory, your change is correct.
requested review from @gruenich and removed review request for @simon.praetorius
added 69 commits
-
1d77eac5...76cc3192 - 68 commits from branch
master
- b4e1bf5c - Install libraries in root build path instead on project build path
-
1d77eac5...76cc3192 - 68 commits from branch
enabled an automatic merge when all merge checks for b4e1bf5c pass
mentioned in commit 8b31a737
mentioned in issue #228
Please register or sign in to reply