Merge pull request #326 from emminizer/glcore3_cmakefix

SETUP_EXE in CMake now uses same define for including the GLCORE head…
This commit is contained in:
OpenSceneGraph git repository 2017-08-25 14:49:38 +01:00 committed by GitHub
commit 2c6c2bde3c

View File

@ -361,7 +361,7 @@ ENDMACRO(SETUP_PLUGIN)
MACRO(SETUP_EXE IS_COMMANDLINE_APP)
#MESSAGE("in -->SETUP_EXE<-- ${TARGET_NAME}-->${TARGET_SRC} <--> ${TARGET_H}<--")
IF(GL3_FOUND)
IF(GLCORE_FOUND)
INCLUDE_DIRECTORIES( ${GLCORE_INCLUDE_DIR} )
ENDIF()