-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Can you elaborate a bit more on the building process?
I'm trying to build it on Windows 10, with CMake 3.4.3. After creating the "_build" directory inside the project's main folded and "cd" into it I run:
cmake ..
No errors, but after typing:
make
There's no makefile. I get this:
make: *** No targets specified and no makefile found. Stop.
If, instead ofcmake .. I type cmake ../src, I get the following error:
CMake Error at CMakeLists.txt:5 (include):
include could not find load file:
GenerateCppResourceFile
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 "C:/Users/mribeiro/Copy/vm_shared_cloud/cpp/Update-Installer/_bui/CMakeFiles/CMakeOutput.log".
See also "C:/Users/mribeiro/Copy/vm_shared_cloud/cpp/Update-Installer/_bui/CMakeFiles/CMakeError.log".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels