File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra -fPIC")
6060# Module, library and executable definition
6161####################################
6262
63- link_o2_subproject (Common )
6463set (MODULE_NAME "InfoLogger" )
6564
6665O2_SETUP (NAME ${MODULE_NAME} )
Original file line number Diff line number Diff line change 11find_package (Boost COMPONENTS unit_test_framework program_options REQUIRED )
22find_package (Git QUIET )
33find_package (MySQL )
4+ find_package (Common REQUIRED )
45
56if (NOT MYSQL_FOUND)
67 message (WARNING "MySQL not found, the corresponding classes won't be built." )
@@ -16,11 +17,11 @@ o2_define_bucket(
1617 DEPENDENCIES
1718 ${Boost_PROGRAM_OPTIONS_LIBRARY}
1819 pthread
19- Common
20+ ${Common_LIBRARIES}
2021
2122 SYSTEMINCLUDE_DIRECTORIES
2223 ${Boost_INCLUDE_DIRS}
23-
24+ ${Common_INCLUDE_DIRS}
2425)
2526
2627o2_define_bucket (
You can’t perform that action at this time.
0 commit comments