google / mathfu

C++ math library developed primarily for games focused on simplicity and efficiency.
http://google.github.io/mathfu
Apache License 2.0
1.39k stars 189 forks source link

CMake gives error > Does work, didn't use --recursive when cloning #5

Closed roxlu closed 9 years ago

roxlu commented 9 years ago

Update: it's working, I didn't use the --recursive flag when cloning. I'll leave this message if other people don't read the readme :)

Trying to compile current master on Mac 10.10, gives:

cmake -DCMAKE_INSTALL_PREFIX=${PWD}/installed -DCMAKE_BUILD_TYPE=Release .

Gives:

CMake Error at unit_tests/CMakeLists.txt:16 (add_subdirectory):
  The source directory path/to/dir
  does not contain a CMakeLists.txt file.