Created
May 4, 2016 11:50
-
-
Save jdiez17/b3d56654aae01d80aa5d01ccac8406a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jdiez@WarpPrism ~/dev/sway/sway/build master cmake .. | |
CMake Warning (dev) at CMakeLists.txt:33 (add_definitions): | |
Policy CMP0005 is not set: Preprocessor definition values are now escaped | |
automatically. Run "cmake --help-policy CMP0005" for policy details. Use | |
the cmake_policy command to set the policy and suppress this warning. | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
CMake Error at CMakeLists.txt:64 (add_manpage): | |
Unknown CMake command "add_manpage". | |
CMake Warning (dev) in CMakeLists.txt: | |
No cmake_minimum_required command is present. A line of code such as | |
cmake_minimum_required(VERSION 3.5) | |
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 incomplete, errors occurred! | |
See also "/home/jdiez/dev/sway/sway/CMakeFiles/CMakeOutput.log". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment