PDA

View Full Version : CMake problems to find lib



Alundra
6th November 2013, 11:47
Hi all,
I use CMake to manage my project but I have problem with qt5 : "Failed to find "glu32"" and same for "Qt5Widgets".
I tried to add : "set(CMAKE_LIBRARY_PATH “C:\\Program Files (x86)\\Windows Kits\\8.0\\Lib\\win8\\um\\x64”)"
but that change nothing about glu32 (and other libs who are needed).
Thanks for the help

EDIT :
set(CMAKE_PREFIX_PATH "C:/Program Files (x86)/Windows Kits/8.1/Lib/winv6.3/um/x64")
make it working but then I saw that qt app doesn't want to compile with vs2013 using vs2012 lib...
I hope vs2013 lib will be released soon