Version.cmake in v3.5, not work!

Issue #624 resolved
sck007 created an issue

x265_3.5\build\vc12-x86\make-solutions.bat for vs2013

-- Found nasm: C:/Windows/nasm.exe (found version "2.15.05")
-- Found Nasm 2.15.05 to build assembly primitives
-- HG LIVE REPO STATUS CHECK DONE <--!!!
-- X265 RELEASE VERSION unknown <--!!!
-- The ASM_NASM compiler identification is NASM
-- Found assembler: C:/Windows/nasm.exe
-- Looking for strtok_r
-- Looking for strtok_r - not found
CMake Error at CMakeLists.txt:623 (list):
list GET given empty list

CMake Error at CMakeLists.txt:624 (list):
list GET given empty list

-- Looking for include file getopt.h
-- Looking for include file getopt.h - not found
-- Configuring incomplete, errors occurred!

maybe HG cause

replace with version.cmake in v3.3, success!

Comments (1)

  1. sck007 reporter

    no hg or git cause in my system. modify to: if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/../x265Version.txt) set(GIT_ARCHETYPE "1") else() ....... endif()

  2. Log in to comment