Skip to content

Instantly share code, notes, and snippets.

@BSVogler
Created March 21, 2020 12:20
Show Gist options
  • Save BSVogler/c2d3077b6cc08cfbd7071b5a6683f3fe to your computer and use it in GitHub Desktop.
Save BSVogler/c2d3077b6cc08cfbd7071b5a6683f3fe to your computer and use it in GitHub Desktop.
error message when trying to install
cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/bsvogler/Dokumente/nest /home/bsvogler/Dokumente/nest-simulator/nest
CMake Error at CMakeLists.txt:97 (install):
install TARGETS given no RUNTIME DESTINATION for executable target "nest".
CMake Error at CMakeLists.txt:106 (FILTER_HEADERS):
Unknown CMake command "FILTER_HEADERS".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.13)
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/bsvogler/Dokumente/nest-simulator/nestinstall/CMakeFiles/CMakeOutput.log".
bsvogler@ubuntufortres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment