tbeu / matio

MATLAB MAT File I/O Library
https://matio.sourceforge.io
BSD 2-Clause "Simplified" License
330 stars 97 forks source link

CMake: fix version comparison #192

Closed nim65s closed 1 year ago

nim65s commented 1 year ago

Hi again,

On CentOS 7, with CMake 3.7.2, I get the following issue:

CMake Error at cmake/compilerOptions.cmake:93 (include):
include could not find load file:

CheckLinkerFlag
Call Stack (most recent call first):
CMakeLists.txt:30 (include)

CMake Error at cmake/compilerOptions.cmake:94 (check_linker_flag):
Unknown CMake command "check_linker_flag".
Call Stack (most recent call first):
CMakeLists.txt:30 (include)
tbeu commented 1 year ago

Thanks for reporting and fixing.