mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 23:12:16 +02:00
remove an extra unneeded message
This commit is contained in:
parent
653e0d29c7
commit
998a8168a3
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ add_dependency_external_projects(glew)
|
|||
find_package(GLEW REQUIRED)
|
||||
add_definitions(-DGLEW_STATIC)
|
||||
target_include_directories(${TARGET_NAME} PUBLIC ${GLEW_INCLUDE_DIRS})
|
||||
message(${GLEW_LIBRARY})
|
||||
target_link_libraries(${TARGET_NAME} ${GLEW_LIBRARY})
|
||||
|
||||
if (APPLE)
|
||||
|
|
Loading…
Reference in a new issue