aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzi-m <zi.m.github.com@gmail.com>2019-08-26 22:47:34 +0200
committerzi-m <zi.m.github.com@gmail.com>2019-08-26 22:47:34 +0200
commit94d52ecffe377a3d11f626d84a2da9ca5c60be9a (patch)
tree2094906990103b8d3f6888045895ffe1197cdae1
parent0e39647b63d31c27eb64e70ccb3f150f2823c84f (diff)
downloadvcpkg-94d52ecffe377a3d11f626d84a2da9ca5c60be9a.tar.gz
vcpkg-94d52ecffe377a3d11f626d84a2da9ca5c60be9a.zip
remove redundant
-rw-r--r--ports/wxchartdir/portfile.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/wxchartdir/portfile.cmake b/ports/wxchartdir/portfile.cmake
index 391024a83..e45088bbd 100644
--- a/ports/wxchartdir/portfile.cmake
+++ b/ports/wxchartdir/portfile.cmake
@@ -12,10 +12,6 @@ vcpkg_from_github(
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
-file(READ "${SOURCE_PATH}/wxdemo/helloworld/helloworldapp.cpp" _contents)
-string(REPLACE "IMPLEMENT_APP(" "IMPLEMENT_APP_CONSOLE(" _contents "${_contents}")
-file(WRITE "${SOURCE_PATH}/wxdemo/helloworld/helloworldapp.cpp" "${_contents}")
-
vcpkg_from_github(
OUT_SOURCE_PATH VCPKG_WX_FIND_SOURCE_PATH
REPO CaeruleusAqua/vcpkg-wx-find