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

Default compile should work without conan #90

Closed
aboseley opened this issue Apr 16, 2021 · 1 comment · Fixed by #91
Closed

Default compile should work without conan #90

aboseley opened this issue Apr 16, 2021 · 1 comment · Fixed by #91
Assignees
Labels
enhancement New feature or request

Comments

@aboseley
Copy link

It would be nice to be able to compile and run the tests without conan if catch2 is already 'find' able, thru cmake find package.

Also default make,build, install cycle should work, without conan which is only used for test

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=~/somewhere
make -j
make install
@aboseley aboseley changed the title Default compile should work without conanat Default compile should work without conan Apr 16, 2021
@bernedom
Copy link
Owner

Building & installing without conan should work if the tests are not needed.

@aboseley can you post your cmake error messages?

I will think about trying to find the system package of catch2 first for the tests

@bernedom bernedom self-assigned this Apr 19, 2021
@bernedom bernedom added the enhancement New feature or request label Apr 19, 2021
@bernedom bernedom linked a pull request Apr 26, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants