Skip to content

Instantly share code, notes, and snippets.

@raa0121
Created December 22, 2013 05:08
Show Gist options
  • Save raa0121/8078690 to your computer and use it in GitHub Desktop.
Save raa0121/8078690 to your computer and use it in GitHub Desktop.
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
You have changed variables that require your cache to be deleted.
Configure will be re-run and you may have to reset some variables.
The following variables have changed:
CMAKE_CXX_COMPILER= /usr/bin/c++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment