Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
restore accidentaly removed condition from crssync cmake (#46516)
  • Loading branch information
tomasMizera committed Dec 16, 2021
1 parent dd83635 commit 98ef1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crssync/CMakeLists.txt
Expand Up @@ -13,7 +13,7 @@ if(MSVC AND NOT USING_NMAKE)
COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/crssync.exe
DEPENDS crssync
)
elseif()
elseif(CMAKE_CROSSCOMPILING AND NOT MXE)
set(NATIVE_CRSSYNC_BIN CACHE PATH "Path to a natively compiled synccrsdb binary")
if(NOT NATIVE_CRSSYNC_BIN)
message(FATAL_ERROR "NATIVE_CRSSYNC_BIN needs to be defined when cross-compiling")
Expand Down

0 comments on commit 98ef1e2

Please sign in to comment.