build: Fix missed rename of config

This commit is contained in:
Ryan Pavlik 2020-05-19 16:15:00 -05:00
parent eb8c36cb3d
commit 75d05c49de

View file

@ -162,7 +162,7 @@ if(XRT_HAVE_V4L2)
list(APPEND ENABLED_DRIVERS v4l2)
endif()
if (BUILD_WITH_LIBSURVIVE)
if (XRT_BUILD_DRIVER_SURVIVE)
set(SURVIVE_SOURCE_FILES
survive/survive_driver.c
survive/survive_interface.h