Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
435a8a70
Commit
435a8a70
authored
Apr 24, 2001
by
Brad King
Browse files
ERR: Removed extra SRC_OBJ reference. The variable is no longer used.
parent
90e56122
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeVariables.make.in
View file @
435a8a70
...
@@ -126,7 +126,7 @@ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
...
@@ -126,7 +126,7 @@ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
# set up the path to the rulesgen program
# set up the path to the rulesgen program
CMAKE = @CMAKE_CONFIG_DIR@/CMake/Source/CMakeBuildTargets
CMAKE = @CMAKE_CONFIG_DIR@/CMake/Source/CMakeBuildTargets
KIT_OBJ =
${SRC_OBJ}
${EXTRA_KIT_OBJ}
KIT_OBJ = ${EXTRA_KIT_OBJ}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment