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
{{ message }}
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
Using -DBUILD_WITH_HTTP_SERVER=OFF no longer has any effect and should be removed from the cmake command line when building Shasta. It generates the following cmake warning message:
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_WITH_HTTP_SERVER
However this message is innocuous as the build proceeds anyway.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using
-DBUILD_WITH_HTTP_SERVER=OFF
no longer has any effect and should be removed from thecmake
command line when building Shasta. It generates the followingcmake
warning message:However this message is innocuous as the build proceeds anyway.
The text was updated successfully, but these errors were encountered: