Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
graphicsframework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oliver Behnke
graphicsframework
Commits
c22b43cc
Commit
c22b43cc
authored
15 years ago
by
Oliver Bock
Browse files
Options
Downloads
Patches
Plain Diff
Let CMAKE use the compilers already defined
parent
54b2ffec
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/toolchain-linux-mingw.oglft.cmake
+2
-2
2 additions, 2 deletions
patches/toolchain-linux-mingw.oglft.cmake
with
2 additions
and
2 deletions
patches/toolchain-linux-mingw.oglft.cmake
+
2
−
2
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
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment