libs: temporary workaround for missing Perl on Windows

See
* https://github.com/curl/curl/pull/1421
* https://github.com/curl/curl/issues/1565
* https://github.com/curl/curl/pull/1568
This commit is contained in:
Remy Marquis 2017-07-01 20:22:22 +02:00
parent b09ec8db88
commit 5d9f912930

View file

@ -225,7 +225,7 @@ if(ENABLE_MANUAL)
endif()
endif()
# Required for building manual, docs, tests
find_package(Perl REQUIRED)
find_package(Perl)
# We need ansi c-flags, especially on HP
set(CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS}")