Skip to content

Commit

Permalink
Fix typo in CMakeLists.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Min Xu <min.m.xu@intel.com>
  • Loading branch information
mxu9 committed Jun 11, 2024
1 parent fcd46f2 commit e600bee
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions teeio-validator/library/pcie_ide_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,9 @@ SET(src_pcie_ide_lib
scan_pcie.c
)

SET(pcie_ide_test_lib_LIBRARY
SET(pcie_ide_lib_LIBRARY
debuglib
helperlib
# spdmlib
# spdm_requester_lib
# spdm_common_lib
# ${CRYPTO_LIB_PATHS}
# rnglib
# cryptlib_${CRYPTO}
# malloclib
# spdm_crypt_lib
# spdm_crypt_ext_lib
# spdm_secured_message_lib
# spdm_transport_pcidoe_lib
# spdm_device_secret_lib_sample
# pci_doe_requester_lib
# pci_ide_km_requester_lib
# pci_tdisp_requester_lib
# platform_lib
)

ADD_LIBRARY(pcie_ide_lib STATIC ${src_pcie_ide_lib})
Expand Down

0 comments on commit e600bee

Please sign in to comment.