Skip to content

Commit

Permalink
profiling/all/CMakeLists.txt: delete KOKKOS_TOOLS_LIBRARYMODE
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed May 31, 2024
1 parent 6652675 commit cbaf27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiling/all/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(LIBNAME kokkostools)
# return()
#endif()

add_library(${LIBNAME} ${KOKKOSTOOLS_LIBRARY_MODE} kp_all.cpp)
add_library(${LIBNAME} kp_all.cpp)

target_include_directories(${LIBNAME}
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
Expand All @@ -19,4 +19,4 @@ endif()
file(GLOB_RECURSE HEADER_FILES CONFIGURE_DEPENDS kp_all.hpp "${COMMON_HEADERS_PATH}/*.hpp")

install(FILES ${HEADER_FILES} DESTINATION ${EXPORT_INCLUDE_DIR})
install(TARGETS ${LIBNAME} EXPORT ${EXPORT_NAME})
install(TARGETS ${LIBNAME} EXPORT ${EXPORT_NAME})

0 comments on commit cbaf27e

Please sign in to comment.