File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ HunterGate(
21
21
SHA1 "8010d63d5ae611c564889d5fe12d3cb7a45703ac"
22
22
)
23
23
24
- project (SqliteModernCpp )
24
+ project (SQLiteModernCpp LANGUAGES CXX )
25
25
26
26
hunter_add_package (sqlite3 )
27
27
find_package (sqlite3 CONFIG REQUIRED )
@@ -57,8 +57,8 @@ endif()
57
57
# Place the file in the source directory, permitting us to place a single configuration file for YCM there.
58
58
# YCM is the code-completion engine for (neo)vim https://github.com/Valloric/YouCompleteMe
59
59
IF (EXISTS "${CMAKE_BINARY_DIR} /compile_commands.json" )
60
- EXECUTE_PROCESS ( COMMAND ${CMAKE_COMMAND} -E copy_if_different
60
+ EXECUTE_PROCESS (COMMAND ${CMAKE_COMMAND} -E copy_if_different
61
61
${CMAKE_BINARY_DIR} /compile_commands.json
62
62
${CMAKE_SOURCE_DIR} /compile_commands.json
63
63
)
64
- ENDIF ()
64
+ ENDIF ()
You can’t perform that action at this time.
0 commit comments