Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Feb 18, 2025
1 parent b08a07e commit 4a0e1c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ if(OCOS_BUILD_SHARED_LIB)
)

# Install your target
install(TARGETS extensions_shared ortcustomops
install(TARGETS extensions_shared ortcustomops noexcep_operators ocos_operators
EXPORT ${PROJECT_NAME}Targets
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
Expand Down
2 changes: 2 additions & 0 deletions cmake/externals/json.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FetchContent_Declare(nlohmann_json
URL https://codeload.github.com/nlohmann/json/zip/refs/tags/v3.11.3
URL_HASH SHA1=5e88795165cc8590138d1f47ce94ee567b85b4d6
SOURCE_SUBDIR not_set
EXCLUDE_FROM_ALL
FIND_PACKAGE_ARGS NAMES nlohmann_json
)

add_compile_definitions(JSON_HAS_CPP_17=1)
Expand Down

0 comments on commit 4a0e1c0

Please sign in to comment.