Skip to content

Instantly share code, notes, and snippets.

@richstoner
Created October 9, 2013 01:59
Show Gist options
  • Save richstoner/6894968 to your computer and use it in GitHub Desktop.
Save richstoner/6894968 to your computer and use it in GitHub Desktop.
cmake command to build opencv on osx
cmake -G "Unix Makefiles" -D CMAKE_CXX_COMPILER=/usr/bin/g++ -D CMAKE_C_COMPILER=/usr/bin/gcc -D WITH_CUDA=ON ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment