Skip to content
Snippets Groups Projects
Commit a3597b3c authored by Markus Blatt's avatar Markus Blatt
Browse files

[Merge][CMake] Merged revisions : 6591

Revision  r6591
.----------------------
[CMake]
Temporarilly remove syncertest from building.
Add some comments to config.h.cmake.

.----------------------


[[Imported from SVN: r7141]]
parents 1fcbb770 a314d08d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ if(MPI_FOUND)
target_link_libraries(selectiontest ${MPI_CXX_LIBRARIES})
endif(MPI_FOUND)
add_executable("syncertest" syncertest.cc)
if(MPI_FOUND)
target_link_libraries(syncertest ${MPI_CXX_LIBRARIES})
endif(MPI_FOUND)
#add_executable("syncertest" syncertest.cc)
#if(MPI_FOUND)
# target_link_libraries(syncertest ${MPI_CXX_LIBRARIES})
#endif(MPI_FOUND)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment