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(
2121 SHA1 "8010d63d5ae611c564889d5fe12d3cb7a45703ac"
2222)
2323
24- project (SqliteModernCpp )
24+ project (SQLiteModernCpp LANGUAGES CXX )
2525
2626hunter_add_package(sqlite3)
2727find_package (sqlite3 CONFIG REQUIRED)
@@ -57,8 +57,8 @@ endif()
5757# Place the file in the source directory, permitting us to place a single configuration file for YCM there.
5858# YCM is the code-completion engine for (neo)vim https://github.com/Valloric/YouCompleteMe
5959IF (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
6161 ${CMAKE_BINARY_DIR} /compile_commands.json
6262 ${CMAKE_SOURCE_DIR} /compile_commands.json
6363 )
64- ENDIF ()
64+ ENDIF ()
You can’t perform that action at this time.
0 commit comments