yuki-koyama / optimo

Keyframe-based motion editing system using numerical optimization [CHI 2018]

Home Page:http://koyama.xyz/project/optimo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt5 path in CMakeLists.txt

yuki-koyama opened this issue · comments

When qt5 is installed via homebrew, the following code would be helpful:

if(APPLE AND EXISTS /usr/local/opt/qt5)
	list(APPEND CMAKE_PREFIX_PATH "/usr/local/opt/qt5")
endif()

Ref: Homebrew/homebrew-core#8392

The currently used default path seems /usr/local/opt/qt, not /usr/local/opt/qt5.