vusec / ridl

RIDL test suite and exploits
https://mdsattacks.com
354 stars 54 forks source link

Any love for lower version of CMake? #12

Closed abrahamdsl closed 5 years ago

abrahamdsl commented 5 years ago

My server is quite not recent.. can be only installed up to 2.8.12.2 without I jumping into so much hoops.


Setting up cmake (2.8.12.2-0ubuntu3) ...
username@www:~/software/ridl/build$ cmake ..
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  CMake 3.1 or higher is required.  You are running version 2.8.12.2

-- Configuring incomplete, errors occurred!
username@www:~/software/ridl/build$

Can you provide a version where it's compatible with aforementioned version?

StephanvanSchaik commented 5 years ago

I have lowered the required version for CMake in ed8fa6ac84d2328d7696a6249ab72044026612bb. Could you check if it builds now?

abrahamdsl commented 5 years ago

Oh hello dear, only now did I see this update. I am going to check later. Thanks.

abrahamdsl commented 5 years ago

Hi, I confirm it now works: Issue resolved. Thanks!