mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-10 14:51:58 +00:00
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:
parent
b09ec8db88
commit
5d9f912930
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue