Skip to content

Commit

Permalink
Fix Glew detection CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
adujardin committed Nov 27, 2019
1 parent 57ac72f commit a5ce8a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PROJECT(${execName})
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 OLD)
cmake_policy(SET CMP0015 OLD)
cmake_policy(SET CMP0072 NEW)
endif(COMMAND cmake_policy)

SET(EXECUTABLE_OUTPUT_PATH ".")
Expand Down Expand Up @@ -46,7 +47,7 @@ target_link_libraries(${execName}
${OpenPose_LIBS} ${GLOG_LIBRARY} ${GFLAGS_LIBRARY} ${Caffe_LIBS}
${ZED_LIBRARIES}
${GLUT_LIBRARY}
${GLEW_LIBRARY}
${GLEW_LIBRARIES}
${SPECIAL_OS_LIBS}
${OPENGL_LIBRARIES}
${OpenCV_LIBRARIES}
Expand Down

0 comments on commit a5ce8a5

Please sign in to comment.