Fixed line endings
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@15085 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
parent
8ebe075722
commit
5194d81a89
@ -579,24 +579,24 @@ ENDIF()
|
|||||||
SET(OPENSCENEGRAPH_CONFIG_HEADER "${PROJECT_BINARY_DIR}/include/osg/Config")
|
SET(OPENSCENEGRAPH_CONFIG_HEADER "${PROJECT_BINARY_DIR}/include/osg/Config")
|
||||||
CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/src/osg/Config.in"
|
CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/src/osg/Config.in"
|
||||||
"${OPENSCENEGRAPH_CONFIG_HEADER}")
|
"${OPENSCENEGRAPH_CONFIG_HEADER}")
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Set OpenGL header file
|
# Set OpenGL header file
|
||||||
|
|
||||||
INCLUDE (CheckCXXSourceCompiles)
|
INCLUDE (CheckCXXSourceCompiles)
|
||||||
#SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${OPENGL_INCLUDE_DIR})
|
#SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${OPENGL_INCLUDE_DIR})
|
||||||
|
|
||||||
check_cxx_source_compiles(
|
check_cxx_source_compiles(
|
||||||
"${OPENGL_HEADER1}
|
"${OPENGL_HEADER1}
|
||||||
${OPENGL_HEADER2}
|
${OPENGL_HEADER2}
|
||||||
int main() { GLint64 test; return 0; }"
|
int main() { GLint64 test; return 0; }"
|
||||||
GL_HEADER_HAS_GLINT64
|
GL_HEADER_HAS_GLINT64
|
||||||
)
|
)
|
||||||
|
|
||||||
check_cxx_source_compiles(
|
check_cxx_source_compiles(
|
||||||
"${OPENGL_HEADER1}
|
"${OPENGL_HEADER1}
|
||||||
${OPENGL_HEADER2}
|
${OPENGL_HEADER2}
|
||||||
int main() { GLuint64 test; return 0; }"
|
int main() { GLuint64 test; return 0; }"
|
||||||
GL_HEADER_HAS_GLUINT64
|
GL_HEADER_HAS_GLUINT64
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user