Skip to content

Instantly share code, notes, and snippets.

@tleyden
Created August 20, 2014 16:02
Show Gist options
  • Save tleyden/555a6ea565f768c739f3 to your computer and use it in GitHub Desktop.
Save tleyden/555a6ea565f768c739f3 to your computer and use it in GitHub Desktop.
-- 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
-- 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:
forestdb
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /Users/tleyden/DevLibraries/forestdb/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment