fmang / opustags

Ogg Opus tags editor
BSD 3-Clause "New" or "Revised" License
75 stars 10 forks source link

Incorrect CMake version requirement #48

Closed adromanov closed 3 years ago

adromanov commented 3 years ago

README.md states that CMake version >= 3.9 is required. I have CMake 3.10 and I can't build the project since FindIconv module is missing

$ cmake --version
cmake version 3.10.2
$ cmake ..
CMake Error at CMakeLists.txt:22 (include):
  include could not find load file:

    FindIconv

According to CMake documentation FindIconv module was added in 3.11

fmang commented 3 years ago

Fixed by ea00b8fd8089ffce58e9826c05aae4da90af3ab5. Thanks for the report!