Skip to content

Commit

Permalink
Fix cmake warning (wrong boost dir on library) (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Apr 30, 2022
1 parent e06dd7f commit d2279bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ if (MSVC)

target_include_directories(${PROJECT_NAME}
PRIVATE
${Boost_LIBRARY_DIRS}
${CMAKE_SOURCE_DIR}/src
${MYSQL_INCLUDE_DIR}
${LUA_INCLUDE_DIR}
Expand All @@ -301,7 +302,6 @@ target_link_libraries(${PROJECT_NAME}
PRIVATE
${MYSQL_CLIENT_LIBS}
${LUA_LIBRARIES}
${Boost_LIBRARY_DIRS}
${Boost_LIBRARIES}
${PUGIXML_LIBRARIES}
${CRYPTOPP_LIBRARIES}
Expand Down

0 comments on commit d2279bf

Please sign in to comment.