Skip to content

Commit

Permalink
move cmake call to %build
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Aug 9, 2010
1 parent aba1cbb commit e3490aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-connector-c++/mysql-connector-c++.spec
Expand Up @@ -57,10 +57,10 @@ These are the files needed to compile programs using MySQL Connector/C++.

%{__sed} -i -e 's/lib$/%{_lib}/' driver/CMakeLists.txt
%{__chmod} -x examples/*.cpp examples/*.txt
%{cmake}


%build
%{cmake}
%{__make}


Expand Down

0 comments on commit e3490aa

Please sign in to comment.