mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
build: Fix build with CMake before 3.14
This commit is contained in:
parent
1ee4e0c304
commit
884a312011
|
@ -178,7 +178,7 @@ if(XRT_FEATURE_COMPOSITOR_MAIN)
|
|||
endif()
|
||||
|
||||
foreach(WL_PROTO_XML ${WL_PROTOS_XML})
|
||||
get_filename_component(WL_PROTO ${WL_PROTO_XML} NAME_WLE)
|
||||
get_filename_component(WL_PROTO ${WL_PROTO_XML} NAME_WE)
|
||||
|
||||
set(WL_PROTO_C "${WL_PROTOS_DIR}/${WL_PROTO}.c")
|
||||
set(WL_PROTO_H "${WL_PROTOS_DIR}/${WL_PROTO}-client-protocol.h")
|
||||
|
|
Loading…
Reference in a new issue