You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ build git:(master) cmake ..
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
PQXX NOT FOUND
-- Searching for sqlite3.h
-- Searching for sqlite3.h - /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
-- Searching for libsqlite3
-- Searching for libsqlite3 - /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libsqlite3.tbd
-- Found SQLite3: /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libsqlite3.tbd
-- SQLite3 version: 3.28.0
CMake Error: File /Users/pguaglia/git/sqlsmith/cmake/config.h.in does not exist.
CMake Error at CMakeLists.txt:41 (configure_file):
configure_file Problem configuring file
-- Configuring incomplete, errors occurred!
See also "/Users/pguaglia/git/sqlsmith/build/CMakeFiles/CMakeOutput.log".
config.h.in
was required from cmake, however it's also in git ignore file. Is this file ignored?The text was updated successfully, but these errors were encountered: