openbsd-ports/cad/kicad/patches/patch-pcbnew_CMakeLists_txt
2013-06-19 16:16:22 +00:00

13 lines
678 B
Plaintext

$OpenBSD: patch-pcbnew_CMakeLists_txt,v 1.1 2013/06/19 16:16:22 espie Exp $
--- pcbnew/CMakeLists.txt.orig Wed Jun 19 17:03:43 2013
+++ pcbnew/CMakeLists.txt Wed Jun 19 17:03:52 2013
@@ -201,7 +201,7 @@ endif(APPLE)
# Create a C++ compilable string initializer containing html text into a *.h file:
add_custom_command(
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/dialog_freeroute_exchange_help_html.h
- COMMAND $(CMAKE_COMMAND)
+ COMMAND ${CMAKE_COMMAND}
-DinputFile=${CMAKE_CURRENT_SOURCE_DIR}/dialog_freeroute_exchange_help.html
-DoutputFile=${CMAKE_CURRENT_SOURCE_DIR}/dialog_freeroute_exchange_help_html.h
-P ${CMAKE_MODULE_PATH}/Html2C.cmake