Skip to content

Commit 76c006c

Browse files
committed
Remove global CMAKE_GENERATOR customization
1 parent a833d11 commit 76c006c

File tree

1 file changed

+0
-6
lines changed
  • build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt

1 file changed

+0
-6
lines changed

build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt/CMakeTasks.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@ private fun Project.registerCmakeConfigureTask(
123123
}
124124
}
125125

126-
// The default CMake generator on Windows is "NMake Makefiles", requiring nmake.exe which is not installed by default on many hosts.
127-
// We use msys2/GCC to build, so configure "Unix Makefiles" instead
128-
if (HostManager.hostIsMingw && knTarget.konanTarget.family == Family.MINGW) {
129-
args.addAll(listOf("-G", "MSYS Makefiles"))
130-
}
131-
132126
// FIXME? Compiling s2n-tls on GitHub Actions Ubuntu image (without Docker / cross-compilation) has errors like:
133127
// In function ‘s2n_hash_algorithms_init’
134128
// error: implicit declaration of function ‘EVP_MD_free’;

0 commit comments

Comments
 (0)