Skip to content

Instantly share code, notes, and snippets.

@jowens
Created July 8, 2014 00:53
Show Gist options
  • Save jowens/fa855ad411b2ed79c018 to your computer and use it in GitHub Desktop.
Save jowens/fa855ad411b2ed79c018 to your computer and use it in GitHub Desktop.
output of gunrock/cmake
mission-burrito 7635$ cmake ../gunrock
-- The C compiler identification is AppleClang 5.1.0.5030040
-- The CXX compiler identification is AppleClang 5.1.0.5030040
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found CUDA: /Developer/NVIDIA/CUDA-6.0 (found version "6.0")
-- Boost version: 1.55.0
-- Configuring done
CMake Warning (dev):
Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
--help-policy CMP0042" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
MACOSX_RPATH is not specified for the following targets:
gunrock
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /Users/jowens/Documents/working/gunrock-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment