Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
graphicsframework
Commits
c22b43cc
Commit
c22b43cc
authored
Oct 29, 2009
by
Oliver Bock
Browse files
Let CMAKE use the compilers already defined
parent
54b2ffec
Changes
1
Hide whitespace changes
Inline
Side-by-side
patches/toolchain-linux-mingw.oglft.cmake
View file @
c22b43cc
...
...
@@ -2,8 +2,8 @@
SET
(
CMAKE_SYSTEM_NAME Windows
)
# which compilers to use for C and C++
SET
(
CMAKE_C_COMPILER
i586-pc-mingw32-gcc
)
SET
(
CMAKE_CXX_COMPILER
i586-pc-mingw32-g++
)
SET
(
CMAKE_C_COMPILER
${
CC
}
)
SET
(
CMAKE_CXX_COMPILER
${
CXX
}
)
# here is the target environment located
SET
(
CMAKE_FIND_ROOT_PATH
${
OGLFT_INSTALL
}
)
...
...
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