Browse Source

ERR: Removed extra SRC_OBJ reference. The variable is no longer used.

Brad King 25 years ago
parent
commit
435a8a7033
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeVariables.make.in

+ 1 - 1
CMakeVariables.make.in

@@ -126,7 +126,7 @@ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
 
 # set up the path to the rulesgen program
 CMAKE = @CMAKE_CONFIG_DIR@/CMake/Source/CMakeBuildTargets
-KIT_OBJ =  ${SRC_OBJ} ${EXTRA_KIT_OBJ}
+KIT_OBJ =  ${EXTRA_KIT_OBJ}