Skip to content
GitLab
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
718de4ce
Commit
718de4ce
authored
Feb 27, 2006
by
Bill Hoffman
Browse files
ENH: fix spelling errors
parent
ee227d3a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Modules/CMakeCInformation.cmake
View file @
718de4ce
...
...
@@ -104,6 +104,6 @@ CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELWITHDEBINFO
)
SET
(
CMAKE_C_INFOMATION_LOADED 1
)
SET
(
CMAKE_C_INFO
R
MATION_LOADED 1
)
Modules/CMakeCXXInformation.cmake
View file @
718de4ce
...
...
@@ -160,5 +160,5 @@ CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_DEBUG
)
SET
(
CMAKE_CXX_INFOMATION_LOADED 1
)
SET
(
CMAKE_CXX_INFO
R
MATION_LOADED 1
)
Modules/CMakeFortranInformation.cmake
View file @
718de4ce
...
...
@@ -135,4 +135,4 @@ CMAKE_Fortran_FLAGS_RELEASE
CMAKE_Fortran_FLAGS_RELWITHDEBINFO
)
# set this variable so we can avoid loading this more than once.
SET
(
CMAKE_Fortran_INFOMATION_LOADED 1
)
SET
(
CMAKE_Fortran_INFO
R
MATION_LOADED 1
)
Modules/CMakeRCInformation.cmake
View file @
718de4ce
...
...
@@ -27,4 +27,4 @@ MARK_AS_ADVANCED(
CMAKE_RC_FLAGS
)
# set this variable so we can avoid loading this more than once.
SET
(
CMAKE_RC_INFOMATION_LOADED 1
)
SET
(
CMAKE_RC_INFO
R
MATION_LOADED 1
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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