Accepting request 290267 from home:scarabeus_iv

- Do not specify the compiler cc and c++ at all, it should be the
  default value and cmake expects full path in some cases.
  This should fix the failing build with error c++ not found in PATH

OBS-URL: https://build.opensuse.org/request/show/290267
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=202
This commit is contained in:
Tomáš Chvátal
2015-03-11 10:25:03 +00:00
committed by Git OBS Bridge
parent 330549628a
commit c8eedc1eeb
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 11 10:16:22 UTC 2015 - tchvatal@suse.com
- Do not specify the compiler cc and c++ at all, it should be the
default value and cmake expects full path in some cases.
This should fix the failing build with error c++ not found in PATH
-------------------------------------------------------------------
Fri Mar 6 12:47:35 UTC 2015 - tchvatal@suse.com