We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd0a5e commit 58cf0e4Copy full SHA for 58cf0e4
.gitignore_global
@@ -172,7 +172,7 @@ coverage.info
172
taos
173
taosd
174
!test/requirements.txt
175
-
+.externals
176
177
# usage
178
# git config --global core.excludesfile .gitignore_global
cmake/preinclude.cmake
@@ -0,0 +1,8 @@
1
+if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.24")
2
+ cmake_policy(SET CMP0135 NEW)
3
+endif()
4
+
5
+include(ExternalProject)
6
+include(CheckIncludeFile)
7
+include(CheckLibraryExists)
8
+include(CheckSymbolExists)
0 commit comments