Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.9.0
-
None
-
None
Description
add_compile_definitions only supprt cmake 3.12+. We can update the docs README.md
In ubuntu 18.04:
> sudo apt install cmake
> make ..
we will get an error:
CMake Error at CMakeLists.txt:147 (add_compile_definitions):
Unknown CMake command "add_compile_definitions".