Fixed source directory.

This commit is contained in:
Vincent Richard 2013-05-13 09:57:37 +03:00
parent 7337fb4fb2
commit 5a0c97bac2

View File

@ -24,6 +24,6 @@ script:
- mkdir _build
- cd _build
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
- cmake -L
- cmake .. -L
- cmake --build . --target install
- ctest