Re: [CMake] (no subject)

2018-01-31 Thread Marco Schuler
In your cmakelists.txt search for cmake_minumum_required and replace the version with the version of cmake that you have installed. You might be lucky and your program compiles. P.S.: Please do not leave empty the subject of your e-mail... Am 31.01.2018 18:29 schrieb "kartikay gupta" : > Hi > >

[CMake] Correct way to use ARMCC (Files in Modules/Compiler/ARMCC*)

2016-09-19 Thread Marco Schuler
Hello While investigating on how I can use cmake to build my embedded targets (cortex m3), I struggled over the the files in Modules/Compiler/ (distributed with cmake installation). There seems to be native support for my armcc compiler. However, I could not find any information on how to properl