Skip to content
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

Remove errorHelpers.cpp from IMPORTER_SOURCES from CMakeLists.txt #980

Closed
wants to merge 1 commit into from

Conversation

Mars2018
Copy link

the errorHelpers.cpp dose not exist, which causes the building error

CMake Error at CMakeLists.txt:122 (add_library):
  Cannot find source file:

    errorHelpers.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error at CMakeLists.txt:122 (add_library):
  No SOURCES given to target: nvonnxparser


CMake Error at CMakeLists.txt:134 (add_library):
  No SOURCES given to target: nvonnxparser_static

actually errorHelpers.hpp exists instead.

the errorHelpers.cpp dose not exist and errorHelpers.hpp exists instead. 

Signed-off-by: marssss <[email protected]>
@kevinch-nv
Copy link
Collaborator

Good catch, we've added the missing source file in a follow up commit. Closing this PR.

@kevinch-nv kevinch-nv closed this Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants