Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Sep 10, 2023
1 parent a357242 commit 8013d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ set(detail_headers
add_library(${PROJECT_NAME} ${sources} ${public_headers} ${detail_headers})
add_library(${PROJECT_NAME}::${PROJECT_NAME} ALIAS ${PROJECT_NAME})

find_package(Boost 1.67.0 REQUIRED)

target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_17)

find_package(Boost 1.67.0 REQUIRED)

target_link_libraries(${PROJECT_NAME} PUBLIC Boost::boost)

target_include_directories(${PROJECT_NAME}
Expand Down

0 comments on commit 8013d8c

Please sign in to comment.