mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
cmake: unneeded header check
This commit is contained in:
parent
0d0e1a5106
commit
6967c7ddf1
@ -236,7 +236,6 @@ endif()
|
||||
CHECK_INCLUDE_FILES(unistd.h HAVE_UNISTD_H)
|
||||
CHECK_INCLUDE_FILES(intrin.h HAVE_C_INTRIN_H)
|
||||
CHECK_INCLUDE_FILE_CXX(intrin.h HAVE_CXX_INTRIN_H)
|
||||
CHECK_INCLUDE_FILES(tmmintrin.h HAVE_TMMINTRIN_H)
|
||||
CHECK_INCLUDE_FILES(x86intrin.h HAVE_C_X86INTRIN_H)
|
||||
CHECK_INCLUDE_FILE_CXX(x86intrin.h HAVE_CXX_X86INTRIN_H)
|
||||
|
||||
|
@ -70,9 +70,6 @@
|
||||
/* Define if the sqlite3_open_v2 call is available */
|
||||
#cmakedefine HAVE_SQLITE3_OPEN_V2
|
||||
|
||||
/* Define to 1 if you have the <tmmintrin.h> header file. */
|
||||
#cmakedefine HAVE_TMMINTRIN_H
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#cmakedefine HAVE_UNISTD_H
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user