[LLVMdev] CMake "sudo make install" & headers
Samuel Williams
space.ship.traveller at gmail.com
Thu Sep 30 06:08:41 PDT 2010
Hi,
I might just be doing something stupid, but when I do
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release ..
$ sudo make install
I don't get the expected headers in
/usr/local/llvm-2.8/include/llvm
It is simply an empty directory.
What am I doing wrong? This is on Mac OS X, CMake 2.8+
Kind regards,
Samuel
More information about the llvm-dev
mailing list