cmake error: list GET given empty list

Issue #545 resolved
Nikolas Raiser created an issue

Problem: trying to configurate x265 via cmake gives the following error:

x265 version +-
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

OS: Windows 10 Pro. 64-bit, build 1909

CMAKE: 3.17.2

NASM: 2.14.02

Target: MinGW 64-bit (MSYS2, gcc9)

Source: x265 hg clone, default branch

Reproduceable: always

Expected result: cmake configuring

Actual result: above error message

Any ideas what the problem could be? :-)

Comments (2)

  1. Log in to comment