Skip to content

Commit

Permalink
fixed setup for standalone install
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Aug 10, 2023
1 parent 1d707b4 commit ba79d07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ set(DLIO_PROFILER_PRIVATE_INCLUDE
${CMAKE_CURRENT_SOURCE_DIR}/src/dlio_profiler/core/constants.h)
add_library(${PROJECT_NAME} SHARED)
target_link_libraries(${PROJECT_NAME} ${DEPENDENCY_LIB})
add_dependencies(${PROJECT_NAME} cpp-logger)
add_dependencies(${PROJECT_NAME} brahma)
add_dependencies(${PROJECT_NAME} gotcha)
#add_dependencies(${PROJECT_NAME} cpp-logger)
#add_dependencies(${PROJECT_NAME} brahma)
#add_dependencies(${PROJECT_NAME} gotcha)
message(STATUS ${CMAKE_PREFIX_PATH})
if (BUILD_PYTHON_BINDINGS)
pybind11_add_module(${PROJECT_NAME}_py ${DLIO_PROFILER_SRC} ${CMAKE_CURRENT_SOURCE_DIR}/src/dlio_profiler/dlio_profiler_py.cpp)
Expand Down

0 comments on commit ba79d07

Please sign in to comment.