File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1002,7 +1002,6 @@ endif()
10021002
10031003# Check that we are able to build and link an executable
10041004add_executable (ckhello ${CMAKE_SOURCE_DIR} /tests/charm++/simplearrayhello/hello.C)
1005- # ldb-none
10061005add_dependencies (ckhello ck memory-default threads-default conv-static
10071006 converse ckmain ckqt
10081007 moduleNDMeshStreamer modulecompletion)
Original file line number Diff line number Diff line change @@ -188,13 +188,13 @@ set(conv-ldb-cxx-sources
188188 src/conv-ldb/generate.C
189189)
190190
191- set (conv-ldb-h-sources
192- #src/conv-ldb /cldb.h
191+ # set(conv-ldb-h-sources
192+ #reconverse/src /cldb.h
193193 #src/conv-ldb/graphdefs.h
194194 #src/conv-ldb/topology.h
195- )
195+ # )
196196
197- # add_library(ldb-none src/conv-ldb /cldb.none.C ${conv-ldb-h-sources})
197+ #add_library(ldb-none reconverse/src /cldb.none.C ${conv-ldb-h-sources})
198198#add_library(ldb-test src/conv-ldb/cldb.test.C ${conv-ldb-h-sources})
199199#add_library(ldb-rand src/conv-ldb/cldb.rand.C ${conv-ldb-h-sources})
200200#add_library(ldb-neighbor src/conv-ldb/cldb.neighbor.C src/conv-ldb/cldb.neighbor.h ${conv-ldb-h-sources})
You can’t perform that action at this time.
0 commit comments