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
6593700f
Commit
6593700f
authored
Jan 09, 2003
by
Ken Martin
Browse files
added big endian stuff
parent
5c92fa48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Modules/CMakeVS6BackwardCompatibility.cmake
View file @
6593700f
...
...
@@ -9,3 +9,4 @@ SET (CMAKE_SIZEOF_DOUBLE 8 CACHE INTERNAL "Size of double data type")
SET
(
CMAKE_NO_ANSI_FOR_SCOPE 1 CACHE INTERNAL
"Does the compiler support ansi for scope."
)
SET
(
CMAKE_USE_WIN32_THREADS TRUE CACHE BOOL
"Use the win32 thread library."
)
SET
(
CMAKE_WORDS_BIGENDIAN 0 CACHE INTERNAL
"endianness of bytes"
)
Modules/CMakeVS7BackwardCompatibility.cmake
View file @
6593700f
...
...
@@ -9,3 +9,4 @@ SET (CMAKE_SIZEOF_DOUBLE 8 CACHE INTERNAL "Size of double data type")
SET
(
CMAKE_NO_ANSI_FOR_SCOPE 0 CACHE INTERNAL
"Does the compiler support ansi for scope."
)
SET
(
CMAKE_USE_WIN32_THREADS TRUE CACHE BOOL
"Use the win32 thread library."
)
SET
(
CMAKE_WORDS_BIGENDIAN 0 CACHE INTERNAL
"endianness of bytes"
)
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