This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch try_fix_python
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/try_fix_python by this push:
new ff0e2be2 try win
ff0e2be2 is described below
commit ff0e2be2ac0827c0e8f4dcf445d135acbe0515d4
Author: HTHou <[email protected]>
AuthorDate: Mon Aug 12 10:56:30 2024 +0800
try win
---
cpp/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 185b3905..d633d036 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -27,6 +27,7 @@ message("cmake using: USE_CPP11=${USE_CPP11}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DMS_WIN64")
if(DEFINED ENV{CXX})
set(CMAKE_CXX_COMPILER $ENV{CXX})