Installing Pytorch from Source - CMake Warnings

I was trying to install My torch from source for development purposes. What do these warnings mean? How do I suppress these warning messages on the compilation?

CMake Warning:
  Manually-specified variables were not used by the project:

    NO_CUDA
    THCS_LIBRARIES
    THCUNN_SO_VERSION
    THC_LIBRARIES
    THD_SO_VERSION
    THNN_SO_VERSION
    THPP_LIBRARIES
    THS_LIBRARIES
    TH_SO_VERSION

right now there’s no way to suppress these warnings. they can be ignored.