-
Notifications
You must be signed in to change notification settings - Fork 651
Description
Hello everyone,
following the procedure described in the https://google.github.io/liquidfun/Building/html/md__building_linux.html page,
cd liquidfun/Box2D
cmake -G'Unix Makefiles'
make
i get many errors, as follow:
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at CMakeLists.txt:158 (set_target_properties):
set_target_properties Can not find target to add properties to: X11::X11
CMake Error at CMakeLists.txt:158 (set_target_properties):
set_target_properties Can not find target to add properties to: X11::ICE
CMake Error at CMakeLists.txt:158 (set_target_properties):
set_target_properties Can not find target to add properties to: X11::SM
CMake Error at CMakeLists.txt:158 (set_target_properties):
set_target_properties Can not find target to add properties to: X11::Xau
How can i fix and complete the build?
Thank you very much