mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
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:
parent
45862f2221
commit
ffc4e6a886
2 changed files with 6 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue