Does not try and find the math library under Visual Studio compilers, where it is not needed.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
FIND_PACKAGE(OpenGL)
|
||||
FIND_PACKAGE(GLUT)
|
||||
find_library(M_LIB m)
|
||||
IF ( MSVC )
|
||||
SET(M_LIB)
|
||||
ELSE ( MSVC )
|
||||
find_library(M_LIB m)
|
||||
ENDIF ( MSVC )
|
||||
|
||||
IF ( NOT GLUT_FOUND )
|
||||
IF ( MSVC )
|
||||
|
||||
Reference in New Issue
Block a user