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/f5b2ca95fa6c0f03fdc1a4125e480da0 to your computer and use it in GitHub Desktop.
Save vinniefalco/f5b2ca95fa6c0f03fdc1a4125e480da0 to your computer and use it in GitHub Desktop.
CMake Warning at CMakeLists.txt:11 (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:12 (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:13 (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:14 (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 C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::assert" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::config" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::predef" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::assert" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::config" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::predef" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::assert" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::config" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::predef" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::assert" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::config" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::predef" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::assert" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::config" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::predef" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::assert" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::config" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::predef" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::assert" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::config" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::predef" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::assert" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::config" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::predef" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::assert" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::config" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::predef" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::assert" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::config" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::predef" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::assert" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::config" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::predef" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::assert" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::config" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::predef" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::assert" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::config" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::predef" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::assert" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::config" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::predef" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::assert" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::config" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::predef" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::assert" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::config" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::predef" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::assert" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::config" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "boost_system" links to target "boost::predef" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:18 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_error_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:26 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::assert" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::config" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMFuture.cmake:27 (_add_library):
Target "throw_test" links to target "boost::predef" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:15 (add_library)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::assert" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::config" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_test" links to target "boost::predef" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:24 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "dynamic_link_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:27 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "system_config_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:31 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::assert" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::config" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "error_code_user_test" links to target "boost::predef" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:25 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::core" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "initialization_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:29 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::assert" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::config" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::core" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
CMake Error at C:/Users/vinnie/src/bcm/bcm/share/bcm/cmake/BCMTest.cmake:69 (add_executable):
Target "header_only_test" links to target "boost::predef" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
test/CMakeLists.txt:30 (bcm_test)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment