Error with generating project from cmake file

Vincent Low

New Member
I was trying to generate the OBS project for alteration and recompilation but was faced with the error:

CMake Error at CMakeLists.txt:225 (define_graphic_module):
unknown CMake command "define_graphic_modules".

Can advise what did I missed out in the installation guide.

Attached the screenshot of my cmake
error%20from%20cmake_zpsaz1sgiyr.jpg

Thank You
 

DMOrigin

New Member
Is this file exists?
path-to-your-src/cmake/Modules/ObsHelpers.cmake

Hast you the latest version of cmake? Currently 3.5.2.
 
Top