Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinniefalco/4105a9a6d056ea1c67014574d2a0cd87 to your computer and use it in GitHub Desktop.
Save vinniefalco/4105a9a6d056ea1c67014574d2a0cd87 to your computer and use it in GitHub Desktop.
$ cmake ..
-- Building for: Visual Studio 15 2017
-- The C compiler identification is MSVC 19.10.25019.0
-- The CXX compiler identification is MSVC 19.10.25019.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/ 2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/ 2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studi o/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studi o/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning at CMakeLists.txt:5 (find_package):
By not providing "FindBCM.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "BCM", but
CMake did not find one.
Could not find a package configuration file provided by "BCM" with any of
the following names:
BCMConfig.cmake
bcm-config.cmake
Add the installation prefix of "BCM" to CMAKE_PREFIX_PATH or set "BCM_DIR"
to a directory containing one of the above files. If "BCM" provides a
separate development package or SDK, be sure it has been installed.
CMake Error at CMakeLists.txt:6 (include):
include could not find load file:
BCMDeploy
CMake Error at CMakeLists.txt:7 (include):
include could not find load file:
BCMSetupVersion
CMake Warning at CMakeLists.txt:9 (find_package):
By not providing "Findboost_assert.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"boost_assert", but CMake did not find one.
Could not find a package configuration file provided by "boost_assert" with
any of the following names:
boost_assertConfig.cmake
boost_assert-config.cmake
Add the installation prefix of "boost_assert" to CMAKE_PREFIX_PATH or set
"boost_assert_DIR" to a directory containing one of the above files. If
"boost_assert" provides a separate development package or SDK, be sure it
has been installed.
CMake Warning at CMakeLists.txt:10 (find_package):
By not providing "Findboost_config.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"boost_config", but CMake did not find one.
Could not find a package configuration file provided by "boost_config" with
any of the following names:
boost_configConfig.cmake
boost_config-config.cmake
Add the installation prefix of "boost_config" to CMAKE_PREFIX_PATH or set
"boost_config_DIR" to a directory containing one of the above files. If
"boost_config" provides a separate development package or SDK, be sure it
has been installed.
CMake Warning at CMakeLists.txt:11 (find_package):
By not providing "Findboost_core.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"boost_core", but CMake did not find one.
Could not find a package configuration file provided by "boost_core" with
any of the following names:
boost_coreConfig.cmake
boost_core-config.cmake
Add the installation prefix of "boost_core" to CMAKE_PREFIX_PATH or set
"boost_core_DIR" to a directory containing one of the above files. If
"boost_core" provides a separate development package or SDK, be sure it has
been installed.
CMake Warning at CMakeLists.txt:12 (find_package):
By not providing "Findboost_predef.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"boost_predef", but CMake did not find one.
Could not find a package configuration file provided by "boost_predef" with
any of the following names:
boost_predefConfig.cmake
boost_predef-config.cmake
Add the installation prefix of "boost_predef" to CMAKE_PREFIX_PATH or set
"boost_predef_DIR" to a directory containing one of the above files. If
"boost_predef" provides a separate development package or SDK, be sure it
has been installed.
CMake Error at CMakeLists.txt:14 (bcm_setup_version):
Unknown CMake command "bcm_setup_version".
-- Configuring incomplete, errors occurred!
See also "C:/Users/vinnie/src/bcm/libs/system/bin/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment