diff --git a/TC-x86_64-pc-windows-gnu.cmake b/TC-x86_64-pc-windows-gnu.cmake index bd8d38787..2afb5508d 100644 --- a/TC-x86_64-pc-windows-gnu.cmake +++ b/TC-x86_64-pc-windows-gnu.cmake @@ -2,4 +2,4 @@ set(CMAKE_SYSTEM_NAME Windows) set(CMAKE_SYSTEM_PROCESSOR x86_64) set(ZENOHC_CUSTOM_TARGET x86_64-pc-windows-gnu) set(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc) -set(CMAKE_CXX_COMPILER_TARGET x86_64-w64-mingw32-g++) \ No newline at end of file +set(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++) \ No newline at end of file