-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
You have an error in your cmake build right here:
https://github.com/CSCsw/ColPack/blob/master/build/cmake/CMakeLists.txt#L101
You are looking for headers and not sources to compile.
As a result, many necessary files are not compiled.
To fix the error, please replace the *.h
by *.cpp
.
Metadata
Metadata
Assignees
Labels
No labels