File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ if( FETCH_LIBTOKAMAP )
6565 )
6666
6767 FetchContent_MakeAvailable( libtokamap )
68+ else ()
69+ add_clang_format_target()
6870endif ()
6971
7072find_package ( UDA REQUIRED )
Original file line number Diff line number Diff line change 77
88find_package ( UDA 2.7.0 REQUIRED )
99find_package ( Boost REQUIRED )
10+ find_package ( libtokamap REQUIRED )
1011
1112set ( SOURCES
1213 src/uda_data_source.cpp
@@ -26,12 +27,9 @@ add_library( libtokamap_uda_extension ${SOURCES} )
2627target_include_directories ( libtokamap_uda_extension PRIVATE
2728 ${CMAKE_CURRENT_LIST_DIR} /src
2829 ${CMAKE_CURRENT_LIST_DIR} /ext_include
29- ${CMAKE_SOURCE_DIR} /libtokamap/src
3030)
3131target_link_libraries ( libtokamap_uda_extension PRIVATE Boost::boost LibTokaMap::libtokamap )
3232
33- find_package ( Boost REQUIRED )
34-
3533set ( EXTRA_DEFINITIONS )
3634if ( ENABLE_PROFILING )
3735 list ( APPEND EXTRA_DEFINITIONS -DENABLE_PROFILING )
You can’t perform that action at this time.
0 commit comments