Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ jobs:
run: |
cd .build && ctest -C $BUILD_CONFIG -V

- name: Install
run: |
DESTDIR=$RUNNER_TEMP cmake --install .build --verbose

7 changes: 0 additions & 7 deletions thirdparty/internal_deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@ if (JINJA2CPP_BUILD_TESTS)
FetchContent_MakeAvailable(nlohmann_json)
endif()

install (FILES
thirdparty/nonstd/expected-lite/include/nonstd/expected.hpp
thirdparty/nonstd/variant-lite/include/nonstd/variant.hpp
thirdparty/nonstd/optional-lite/include/nonstd/optional.hpp
thirdparty/nonstd/string-view-lite/include/nonstd/string_view.hpp
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/nonstd)

install (TARGETS RapidJson
EXPORT InstallTargets
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
Expand Down