We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d01207 commit 1a98087Copy full SHA for 1a98087
CMakeLists.txt
@@ -21,7 +21,7 @@ HunterGate(
21
SHA1 "8010d63d5ae611c564889d5fe12d3cb7a45703ac"
22
)
23
24
-project(SqliteModernCpp)
+project(SQLiteModernCpp LANGUAGES CXX)
25
26
hunter_add_package(sqlite3)
27
find_package(sqlite3 CONFIG REQUIRED)
@@ -57,8 +57,8 @@ endif()
57
# Place the file in the source directory, permitting us to place a single configuration file for YCM there.
58
# YCM is the code-completion engine for (neo)vim https://github.com/Valloric/YouCompleteMe
59
IF(EXISTS "${CMAKE_BINARY_DIR}/compile_commands.json")
60
- EXECUTE_PROCESS( COMMAND ${CMAKE_COMMAND} -E copy_if_different
+ EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E copy_if_different
61
${CMAKE_BINARY_DIR}/compile_commands.json
62
${CMAKE_SOURCE_DIR}/compile_commands.json
63
64
-ENDIF()
+ENDIF()
0 commit comments