aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1265d3d..c8e9b27 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -559,6 +559,7 @@ static int buildProject(int argc, const _tinydir_char_t **argv)
{
compiler = Compiler::MINGW_W64;
PkgConfig::setPkgConfigPath(TINYDIR_STRING("x86_64-w64-mingw32-pkg-config"));
+ CmakeModule::setCmakePath(TINYDIR_STRING("x86_64-w64-mingw32-cmake"));
}
#else
Compiler compiler = Compiler::MSVC;