Install from sources on Centos 7 fails

I have tried the latest stable 3.19 Cmake buil and it actually stops at 80%
I still see the problem with Cmake at the same place just after libsphinx is built. So there must be something Cmake does not like in the code. Either way - it could be even Cmake problem on Centos 7 as i was getting this:

```[ 79%] Building CXX object src/CMakeFiles/libsphinx.dir/fnv64.cpp.o
```[ 80%] Linking CXX static library liblibsphinx.a
```[ 80%] Built target libsphinx
```src/CMakeFiles/indexer.dir/build.make:102: *** src/CMakeFiles/searchd.dir/build.make:163: *** target pattern contains no `%'target pattern contains no `%'.  Stop.
```.  Stop.
```src/CMakeFiles/indextool.dir/build.make:102: *** target pattern contains no `%'.  Stop.
```make[1]: *** [src/CMakeFiles/searchd.dir/all] Error 2
```make[1]: *** Waiting for unfinished jobs....
```make[1]: *** [src/CMakeFiles/indexer.dir/all] Error 2
```make[1]: *** [src/CMakeFiles/indextool.dir/all] Error 2
```src/CMakeFiles/spelldump.dir/build.make:102: *** target pattern contains no `%'.  Stop.
```make[1]: *** [src/CMakeFiles/spelldump.dir/all] Error 2
```make: *** [all] Error 2

After some more tests for another few hours and getting nowhere I have decided to install Docker on my server and give it a try as I was hitting a wall. Will update afterwards.