Skip to content

Commit

Permalink
cpack
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Tendyck <[email protected]>
  • Loading branch information
thomasten committed Nov 22, 2020
1 parent 3d71914 commit e2b7d16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ if (UNIX AND LVI_MITIGATION MATCHES ControlFlow)
endif ()

project(
"Open Enclave SDK"
"Edgeless RT"
LANGUAGES C CXX ${OE_ASM}
HOMEPAGE_URL "https://github.com/openenclave/openenclave")
HOMEPAGE_URL "https://github.com/edgelesssys/edgelessrt")
set(PROJECT_VERSION ${OE_VERSION})
set(OE_SCRIPTSDIR "${PROJECT_SOURCE_DIR}/scripts")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you are on Ubuntu 18.04 and do not want to build the SDK yourself, you can in
```bash
wget -qO- https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | sudo apt-key add
sudo add-apt-repository 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main'
wget https://github.com/edgelesssys/edgelessrt/releases/download/v0.1.1/edgelessrt_0.1.2_amd64.deb
wget https://github.com/edgelesssys/edgelessrt/releases/download/v0.1.2/edgelessrt_0.1.2_amd64.deb
sudo apt install ./edgelessrt_0.1.2_amd64.deb
```
Then proceed with [Use](#use).
Expand Down
2 changes: 0 additions & 2 deletions cmake/cpack_settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ include(InstallRequiredSystemLibraries)
set(CPACK_PACKAGE_NAME "edgelessrt")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Edgeless RT")
set(CPACK_PACKAGE_CONTACT "[email protected]​")
set(CPACK_PACKAGE_DESCRIPTION_FILE
"${PROJECT_SOURCE_DIR}/cmake/NuGetDescription.txt")
set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
set(CPACK_PACKAGE_VERSION ${OE_VERSION})
set(CPACK_PACKAGING_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
Expand Down

0 comments on commit e2b7d16

Please sign in to comment.