diff options
Diffstat (limited to '.gitlab/ci/configure_fedora31_makefiles.cmake')
-rw-r--r-- | .gitlab/ci/configure_fedora31_makefiles.cmake | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab/ci/configure_fedora31_makefiles.cmake b/.gitlab/ci/configure_fedora31_makefiles.cmake index aee100e..8d2454f 100644 --- a/.gitlab/ci/configure_fedora31_makefiles.cmake +++ b/.gitlab/ci/configure_fedora31_makefiles.cmake @@ -44,10 +44,9 @@ set(CMake_TEST_FindPatch "ON" CACHE BOOL "") set(CMake_TEST_FindPNG "ON" CACHE BOOL "") set(CMake_TEST_FindPostgreSQL "ON" CACHE BOOL "") set(CMake_TEST_FindProtobuf "ON" CACHE BOOL "") -#FIXME: Not all FindPython tests pass on Fedora! -#set(CMake_TEST_FindPython "ON" CACHE BOOL "") -#set(CMake_TEST_FindPython_NumPy "ON" CACHE BOOL "") -#set(CMake_TEST_FindPython_PyPy "ON" CACHE BOOL "") +set(CMake_TEST_FindPython "ON" CACHE BOOL "") +set(CMake_TEST_FindPython_NumPy "ON" CACHE BOOL "") +set(CMake_TEST_FindPython_PyPy "ON" CACHE BOOL "") set(CMake_TEST_FindRuby "ON" CACHE BOOL "") set(CMake_TEST_FindRuby_RVM "ON" CACHE BOOL "") set(CMake_TEST_FindSDL "ON" CACHE BOOL "") |