Skip to content

Commit

Permalink
Fix cmake also in the spec file, duh.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jan 20, 2015
1 parent c33d236 commit 7e3fdc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 20 14:36:27 UTC 2015 - mvidner@suse.com

- Fix cmake also in the spec file, duh.

-------------------------------------------------------------------
Thu Jan 15 13:12:37 UTC 2015 - mvidner@suse.com

Expand Down
4 changes: 2 additions & 2 deletions libyui-qt-pkg.spec.in
Expand Up @@ -98,13 +98,13 @@ cd build

%if %{?_with_debug:1}%{!?_with_debug:0}
cmake .. \
-DPREFIX=%{_prefix} \
-DYPREFIX=%{_prefix} \
-DDOC_DIR=%{_docdir} \
-DLIB_DIR=%{_lib} \
-DCMAKE_BUILD_TYPE=RELWITHDEBINFO
%else
cmake .. \
-DPREFIX=%{_prefix} \
-DYPREFIX=%{_prefix} \
-DDOC_DIR=%{_docdir} \
-DLIB_DIR=%{_lib} \
-DCMAKE_BUILD_TYPE=RELEASE
Expand Down

0 comments on commit 7e3fdc4

Please sign in to comment.