Skip to content

Commit 1a98087

Browse files
committed
Added languages to project
1 parent 0d01207 commit 1a98087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ HunterGate(
2121
SHA1 "8010d63d5ae611c564889d5fe12d3cb7a45703ac"
2222
)
2323

24-
project(SqliteModernCpp)
24+
project(SQLiteModernCpp LANGUAGES CXX)
2525

2626
hunter_add_package(sqlite3)
2727
find_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
5959
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
6161
${CMAKE_BINARY_DIR}/compile_commands.json
6262
${CMAKE_SOURCE_DIR}/compile_commands.json
6363
)
64-
ENDIF()
64+
ENDIF()

0 commit comments

Comments
 (0)