Skip to content
Snippets Groups Projects
Commit c22b43cc authored by Oliver Bock's avatar Oliver Bock
Browse files

Let CMAKE use the compilers already defined

parent 54b2ffec
No related branches found
Tags
No related merge requests found
......@@ -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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment