SHA256
3
0
forked from pool/cmake
Martin Pluskal 2016-09-13 12:00:34 +00:00 committed by Git OBS Bridge
parent 36f65f7882
commit b78775909d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 13 12:00:11 UTC 2016 - mpluskal@suse.com
- Don't prepend .. to sourcedir
-------------------------------------------------------------------
Fri Sep 9 23:38:12 UTC 2016 - jimmy@boombatower.com

View File

@ -12,7 +12,7 @@
-exec sed -i -re '/^[[:blank:]]*[sS][eE][tT][[:blank:]]*\\\([[:blank:]]*(CMAKE_BUILD_TYPE|CMAKE_COLOR_MAKEFILE|CMAKE_INSTALL_PREFIX|CMAKE_VERBOSE_MAKEFILE).*\\\)/{s/^/#IGNORE /}' {} + \
mkdir -p %__builddir \
cd %__builddir \
%__cmake ../%__sourcedir \\\
%__cmake %__sourcedir \\\
%if "%__builder" == "%__make" \
-G"Unix Makefiles" \\\
%else \