Missing PCRE include, Pthreads

Hi, building on Opensuse with precompiled libraries errors out missing libs.
Pthreads, Libgomp, PCRE dev libs are installed.
I can set manually in Cmake-GUI but revert after update.
PCRE is part of Opencollada but include libs are not included, I can use system libs.

-- Using pre-compiled LIBDIR: /home/pepo/blender-git/blender/../lib/linux_centos7_x86_64
-- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR) 
-- Could NOT find OpenMP_C (missing: OpenMP_pthread_LIBRARY) 
-- Could NOT find OpenMP_CXX (missing: OpenMP_pthread_LIBRARY) 
-- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND) 
-- Found Jack: /usr/lib64/libjack.so  
-- GNU gold linker isn't available, using the default system linker.
-- Could NOT find OpenMP_C (missing: OpenMP_pthread_LIBRARY OpenMP_pthread_LIBRARY) 
-- Could NOT find OpenMP_CXX (missing: OpenMP_pthread_LIBRARY OpenMP_pthread_LIBRARY) 
-- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND) 
-- Disabling render tests because tests folder does not exist at /home/pepo/blender-git/blender/../lib/tests
-- Configuring done
-- Generating done

Mib