Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
annechko authored Jan 22, 2024
1 parent 115ebe4 commit 542c12c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ set(CMAKE_BINARY_DIR ${CMAKE_SOURCE_DIR})

add_executable(car_rental_system src/main.cpp)
####### ADDING EXTERNAL DEPENDENCIES #######
find_package (SQLite3)
find_package(SqliteOrm REQUIRED)
find_package (SQLite3 REQUIRED)

add_subdirectory(${CMAKE_BINARY_DIR}/external)

Expand Down

0 comments on commit 542c12c

Please sign in to comment.