mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 16:29:07 +08:00
13 lines
710 B
Diff
13 lines
710 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 0b04be7..947d5be 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -532,7 +532,6 @@ if (GPERF AND RUN_GPERF_IF_PRESENT)
|
||
|
add_custom_command(OUTPUT poppler/${input}.c
|
||
|
COMMAND ${GPERF} poppler/${input}.gperf > ${CMAKE_CURRENT_BINARY_DIR}/poppler/${input}.c
|
||
|
COMMAND ${GPERF} poppler/${input}.gperf > ${CMAKE_CURRENT_SOURCE_DIR}/poppler/${input}.pregenerated.c
|
||
|
- COMMAND clang-format -i ${CMAKE_CURRENT_SOURCE_DIR}/poppler/${input}.pregenerated.c || true
|
||
|
DEPENDS poppler/${input}.gperf
|
||
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||
|
|