cmake: mark as advanced some internal Find* variables

To sync with other similar variables and hide them from cmake UIs.

Follow-up to 7bab201abe #15193
Closes #15407
This commit is contained in:
Viktor Szakats 2024-10-24 22:44:06 +02:00
parent 45862f2221
commit ffc4e6a886
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 6 additions and 0 deletions

View file

@ -93,4 +93,5 @@ if(NOT WIN32)
if(_math_library)
list(APPEND WOLFSSL_LIBRARIES "m") # for log and pow
endif()
mark_as_advanced(_math_library)
endif()