KasperskyLab / knp

Kaspersky Neuromorphic Platform
Apache License 2.0
11 stars 4 forks source link

KNP version cannot be determined from the git #3

Closed maxkost closed 3 days ago

maxkost commented 4 days ago

An error occurs when trying to build from sources:

-- Determining version from Git...
CMake Error at cmake/version.cmake:49 (string):
  string sub-command FIND requires 3 or 4 parameters.
Call Stack (most recent call first):
  cmake/version.cmake:59 (determine_version_with_git)
  CMakeLists.txt:31 (knp_get_version)

CMake Error at CMakeLists.txt:34 (message):
  Kaspersky Neuromorphic Platform version is mandatory for build, but it
  cannot be determined.

-- Configuring incomplete, errors occurred!
artiomn commented 3 days ago

Thank you, we will fix this soon.

maxkost commented 3 days ago

@artiomn, I suggested my fix in the PR #4.

artiomn commented 3 days ago

Thank you, PR approved.