Adapt integration tests to Conan 2.0
Summary
The cpplib integration tests cannot be compiled with the cpplib using Conan 2.0 (0.3-dev) due to several issues with the build process.
Specifications
- Version: 0.3-dev
- Platform: Fedora 39, Conan 2.0,
Possible fixes
This requires several changes to
-
Remove conan_basic_setup
and references toCONAN_LIBS
etc.
-
Replace ${CONAN_LIBS_GTEST}
etc. with real lib references
-
Remove $(conan inspect --raw version ..
for version determination -
adjust to new conan create -
use conan build
instead ofcmake --build
, or maybe even theMakefile
so we don't have to change it here every time
Edited by Joscha Schmiedt