From c2e6985e3bfa00f39fe37ee4f92aa095b4bcbb15 Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Thu, 16 May 2019 21:38:52 +0200 Subject: [PATCH] Windows compilation fight next round clean --- companion/src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/companion/src/CMakeLists.txt b/companion/src/CMakeLists.txt index 3d0ce6b8f..24ba5dec7 100644 --- a/companion/src/CMakeLists.txt +++ b/companion/src/CMakeLists.txt @@ -330,8 +330,6 @@ target_link_libraries(${SIMULATOR_NAME} PRIVATE ${CPN_COMMON_LIB}) # Generate list of simulator plugins, used by all platforms file(GLOB simulator_plugins "${CMAKE_BINARY_DIR}/Release/*opentx-*simulator${CMAKE_SHARED_LIBRARY_SUFFIX}") -message(STATUS "Search plugins GLOB = '${CMAKE_BINARY_DIR}/*opentx-*simulator${CMAKE_SHARED_LIBRARY_SUFFIX}'") -message(STATUS "Au cas ou ... ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}") # the current flavour is not automatically added if build in the current cmake iteration, so always # add its library name to be sure