ref: 7176bcab9e0640f141e3697c16cac61dd47330b4
parent: d4ce0839bb98c2f9840e71fb065ddc1961e63e27
author: Gabriel Ravier <gabravier@gmail.com>
date: Wed Sep 11 09:37:34 EDT 2019
Added more detail to the cross-compile comment Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -271,7 +271,7 @@
target_compile_definitions(CSE2 PRIVATE _CRT_SECURE_NO_WARNINGS) # Disable warnings that normally fire up on MSVC when using "unsafe" functions instead of using MSVC's "safe" _s functions
endif()
-# Build bin2h externally, so it isn't cross-compiled when we're cross-compiling CSE2 (Emscriptem, etc.)
+# Build bin2h externally, so it isn't cross-compiled when we're cross-compiling CSE2 (Emscriptem, cross-gcc, mingw on Linux, etc.)
include(ExternalProject)
ExternalProject_Add(bin2h
--
⑨