We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In several packages (hpp-constraints, hpp-core) adding -DBUILD_TESTING=OFF does not prevent compilation of the tests defined by macro ADD_UNIT_TEST.
hpp-constraints
hpp-core
ADD_UNIT_TEST
I checked the CMakeCache.txt file and found the following line: BUILD_TESTING:BOOL=OFF
CMakeCache.txt
BUILD_TESTING:BOOL=OFF
Did I miss something ?
The text was updated successfully, but these errors were encountered:
Which command do you execute for compiling your project? On Pinocchio, this is totally working fine: did you try to erase the CMakeCache.txt?
Sorry, something went wrong.
No branches or pull requests
In several packages (
hpp-constraints
,hpp-core
) adding -DBUILD_TESTING=OFF does not prevent compilation of the tests defined by macroADD_UNIT_TEST
.I checked the
CMakeCache.txt
file and found the following line:BUILD_TESTING:BOOL=OFF
Did I miss something ?
The text was updated successfully, but these errors were encountered: