From 9f21af693c0cebc5ddfb94dfc1eef9287ae892db Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Sun, 9 Dec 2018 15:51:14 +0100 Subject: [PATCH] CMake: Install wxrc on all platforms, closes #18289 --- build/cmake/utils/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/utils/CMakeLists.txt b/build/cmake/utils/CMakeLists.txt index a242fdec66..21acfa3dfe 100644 --- a/build/cmake/utils/CMakeLists.txt +++ b/build/cmake/utils/CMakeLists.txt @@ -20,8 +20,8 @@ if(wxUSE_XRC) set_target_properties(wxrc PROPERTIES FOLDER "Utilities") + wx_install(TARGETS wxrc RUNTIME DESTINATION "bin") if(UNIX) - wx_install(TARGETS wxrc RUNTIME DESTINATION "bin") install(CODE "execute_process( \ COMMAND ${CMAKE_COMMAND} -E rename \ ${CMAKE_INSTALL_PREFIX}/bin/wxrc \