User Tools

Site Tools


getting_started:say_hello

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
getting_started:say_hello [2019/04/25 11:43] – [Say Hello with EEROS] grafgetting_started:say_hello [2019/04/25 11:44] – [Test Program] graf
Line 36: Line 36:
 </code> </code>
   - Open CMakeLists.txt file, delete the text written on it and copy/paste the following into it: <code cpp>   - Open CMakeLists.txt file, delete the text written on it and copy/paste the following into it: <code cpp>
-cmake_minimum_required(VERSION 2.8)+cmake_minimum_required(VERSION 3.5.1)
    
 project(test-project) project(test-project)