Skip to content

Instantly share code, notes, and snippets.

@zao
Last active August 29, 2015 14:25
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 zao/c5b4bd2fc509162dd53c to your computer and use it in GitHub Desktop.
Save zao/c5b4bd2fc509162dd53c to your computer and use it in GitHub Desktop.
cmake_install_dir_test.make_configure, cmake_build_dir_test.make_configure
9>------ Build started: Project: cmake_install_dir_test.make_configure, Configuration: RelWithDebInfo x64 ------
9> Building Custom Rule C:/hpx-3/hpx/tests/unit/build/CMakeLists.txt
9> CMake does not need to re-run because C:\hpx-3\build-hpx-v120\tests\unit\build\CMakeFiles\generate.stamp is up-to-date.
9> -- Building for: Visual Studio 14 2015
9>
9> -- The CXX compiler identification is MSVC 19.0.23026.0
9>
9> -- Check for working CXX compiler using: Visual Studio 14 2015
9>
9> -- Check for working CXX compiler using: Visual Studio 14 2015 -- works
9>
9> -- Detecting CXX compiler ABI info
9>
9> -- Detecting CXX compiler ABI info - done
9>
9> -- Detecting CXX compile features
9>
9> -- Detecting CXX compile features - done
9>
9> CMake Warning at CMakeLists.txt:34 (message):
9>
9> HPX_DIR=C:/hpx-3/opt/hpx-git-v120/lib/cmake/hpx does not exist. Did you
9>
9> forget to run the install rule?
9>
9>
9>
9>
9>
9> -- Configuring done
9>
9> -- Generating done
9>
9>CUSTOMBUILD : CMake warning :
9>
9> Manually-specified variables were not used by the project:
9>
9>
9>
9> CMAKE_BUILD_TYPE
9>
9>
9>
9>
9>
9> -- Build files have been written to: C:/hpx-3/build-hpx-v120/tests/unit/build/cmake_install_dir_test
9>
12>------ Build started: Project: cmake_build_dir_test.make_configure, Configuration: RelWithDebInfo x64 ------
12> Building Custom Rule C:/hpx-3/hpx/tests/unit/build/CMakeLists.txt
12> CMake does not need to re-run because C:\hpx-3\build-hpx-v120\tests\unit\build\CMakeFiles\generate.stamp is up-to-date.
12> -- Building for: Visual Studio 14 2015
12>
12> -- The CXX compiler identification is MSVC 19.0.23026.0
12>
12> -- Check for working CXX compiler using: Visual Studio 14 2015
12>
12> -- Check for working CXX compiler using: Visual Studio 14 2015 -- works
12>
12> -- Detecting CXX compiler ABI info
12>
12> -- Detecting CXX compiler ABI info - done
12>
12> -- Detecting CXX compile features
12>
12> -- Detecting CXX compile features - done
12>
12> CMake Error at CMakeLists.txt:12 (find_package):
12>
12> Could not find a configuration file for package "HPX" that is compatible
12>
12> with requested version "".
12>
12>
12>
12> The following configuration files were considered but not accepted:
12>
12>
12>
12> C:/hpx-3/build-hpx-v120/lib/cmake/hpx/HPXConfig.cmake, version: 0.9.11 (64bit)
12>
12> C:/hpx-3/build-hpx/lib/cmake/hpx/HPXConfig.cmake, version: 0.9.11 (64bit)
12>
12> C:/hpx-3/build-hpx-v120/lib/cmake/hpx/HPXConfig.cmake, version: 0.9.11 (64bit)
12>
12>
12>
12>
12>
12>
12>
12> -- Configuring incomplete, errors occurred!
12>
12> See also "C:/hpx-3/build-hpx-v120/tests/unit/build/cmake_build_dir_test/CMakeFiles/CMakeOutput.log".
12>
12>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error MSB6006: "cmd.exe" exited with code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment