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

Fix CMake build/tests #359

Open
Flamefire opened this issue Oct 7, 2022 · 0 comments
Open

Fix CMake build/tests #359

Flamefire opened this issue Oct 7, 2022 · 0 comments

Comments

@Flamefire
Copy link
Contributor

I tried creating and running a CMake build via the build/CMakeLists.txt and also by adding an include_subdirectory(test) to the root CMakeLists.txt and both are not able to build the project.

I would strongly suggest to remove the build/CMakeLists.txt and have only a single (the root) file to build the library. As part of the overall effort to add CMake support to Boost, the test/CMakeLists.txt can then focus on defining tests and make use of the `BoostTest Module instead of trying to come up with a custom solution.

My WIP branch is at https://github.com/Flamefire/test/tree/cmake Currently I tried to support both CMakeLists but that is not feasible.

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

1 participant