Skip to content

Building issues #17

@rasgo-cc

Description

@rasgo-cc

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions