You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a Conan package for yoga, but I have to patch out the line add_subdirectory(tests) in CMakeLists.txt because I do not want to build the tests when creating the package. A CMake option would be nice, something like option(BUILD_TESTS "Build tests" ON).
I am not allowed to contribute to yoga due to the Meta CLA, thus I closed the PR where I propose such a change.
The text was updated successfully, but these errors were encountered:
I created a Conan package for yoga, but I have to patch out the line
add_subdirectory(tests)
inCMakeLists.txt
because I do not want to build the tests when creating the package. A CMake option would be nice, something likeoption(BUILD_TESTS "Build tests" ON)
.I am not allowed to contribute to yoga due to the Meta CLA, thus I closed the PR where I propose such a change.
The text was updated successfully, but these errors were encountered: