]> git.pld-linux.org Git - packages/kde4-oxygen-icons.git/commitdiff
- trick cmake not to check for working compilers, as we don't need compilers at all...
authorshadzik <shadzik@pld-linux.org>
Mon, 30 Nov 2009 10:04:08 +0000 (10:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-oxygen-icons.spec -> 1.17

kde4-oxygen-icons.spec

index 522b0595fcfb8084b37a90477919444c9312fd50..9fc7566347abf3233f6e9f4bbe18c9aff0f733ca 100644 (file)
@@ -60,6 +60,8 @@ cd build
 %cmake .. \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+       -DCMAKE_CXX_COMPILER_WORKS=1 \
+       -DCMAKE_C_COMPILER_WORKS=1 \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64
 %endif
This page took 0.04168 seconds and 4 git commands to generate.