Skip to content

Instantly share code, notes, and snippets.

@alexfornuto
Created January 4, 2016 03:14
Show Gist options
  • Save alexfornuto/2b3c400b9b49aed9a58f to your computer and use it in GitHub Desktop.
Save alexfornuto/2b3c400b9b49aed9a58f to your computer and use it in GitHub Desktop.
vbam-gtk cmake error
CMake Error at CMakeLists.txt:89 (INSTALL):
install DIRECTORY given no DESTINATION!
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.4)
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/alex/repos/visualboyadvance-m/src/gtk/build/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment