diff --git a/src/xrt/targets/cli/CMakeLists.txt b/src/xrt/targets/cli/CMakeLists.txt index 8ce2a9a35..4f1a78cec 100644 --- a/src/xrt/targets/cli/CMakeLists.txt +++ b/src/xrt/targets/cli/CMakeLists.txt @@ -15,7 +15,7 @@ set(SOURCE_FILES if(NOT WIN32) # No getline on Windows, so until we have a portable impl - list(APPEND SOURCE_FILES + list(APPEND SOURCE_FILES cli_cmd_calibrate.c ) endif()