Skip to content

Commit 017f806

Browse files
committed
more cmake changes
1 parent 13ca2f8 commit 017f806

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,6 @@ endif()
10021002

10031003
# Check that we are able to build and link an executable
10041004
add_executable(ckhello ${CMAKE_SOURCE_DIR}/tests/charm++/simplearrayhello/hello.C)
1005-
# ldb-none
10061005
add_dependencies(ckhello ck memory-default threads-default conv-static
10071006
converse ckmain ckqt
10081007
moduleNDMeshStreamer modulecompletion)

cmake/converse.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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})

0 commit comments

Comments
 (0)