Skip to content

fix(cmake/install): Remove 3rd parties installed files that don't exist anymore #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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