From 0f8ea9c7524203317f90ee17b8cf4d0ddfe2ba12 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Thu, 14 Nov 2019 22:14:26 -0700 Subject: [PATCH] format --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df0483aa..91eb4d86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -650,7 +650,7 @@ add_custom_command(OUTPUT ${STA_WRAP} # These files are encoded and shipped as part of the executable # so that they do not have to be installed on the client host. add_custom_command(OUTPUT ${STA_TCL_INIT} - COMMAND etc/TclEncode.tcl ${STA_TCL_INIT} tcl_inits ${STA_TCL_FILES} + COMMAND etc/TclEncode.tcl ${STA_TCL_INIT} tcl_inits ${STA_TCL_FILES} WORKING_DIRECTORY ${STA_HOME} DEPENDS ${STA_TCL_FILES} etc/TclEncode.tcl )