Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add testall only if mainainer_mode.
[simgrid.git] / buildtools / Cmake / src / CMakeMakeExeLib.txt
index 3a4831e..aa16e13 100644 (file)
@@ -63,8 +63,10 @@ target_link_libraries(smpi   simgrid ${SMPI_DEP} -fprofile-arcs)
 
 ### Make EXEs
 
+if(enable_maintainer_mode)
 #src
 add_subdirectory(${PROJECT_DIRECTORY}/src)
+endif(enable_maintainer_mode)
 
 #tools
 #tools/gras