cmake: check static build dependencies in post build command
Instead of using ctest, let's simply run the CheckDependencies.cmake as a post build command if Tarantool was built without dependencies. The good thing about it is that the check will run even if the static build is created directly, without the /static-build/CMakeLists.txt wrapper. Part of #9242 NO_DOC=build NO_TEST=build NO_CHANGELOG=build (cherry picked from commit fa4939bd)
Showing
- .test.mk 0 additions, 3 deletions.test.mk
- cmake/CheckDependencies.cmake 0 additions, 0 deletionscmake/CheckDependencies.cmake
- src/CMakeLists.txt 9 additions, 0 deletionssrc/CMakeLists.txt
- static-build/CMakeLists.txt 0 additions, 1 deletionstatic-build/CMakeLists.txt
- static-build/cmake/AddTests.cmake 0 additions, 8 deletionsstatic-build/cmake/AddTests.cmake
Loading
Please register or sign in to comment