X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f783ed4680c6862a1b7543237e89d1221334bae0..0053bacb6660743f437919503cb9cd376de9bea7:/doc/HelloWorld/CMakeLists.txt diff --git a/doc/HelloWorld/CMakeLists.txt b/doc/HelloWorld/CMakeLists.txt index 52afb5bbd9..d93fa60d6d 100644 --- a/doc/HelloWorld/CMakeLists.txt +++ b/doc/HelloWorld/CMakeLists.txt @@ -42,5 +42,5 @@ foreach(target "${TARGET_NAME}") message(STATUS "source_file: ${target}.c") message(STATUS "target name: ${target}.exe") # Any targets need to be linked with simgrid and pcre - target_link_libraries(${target} simgrid pcre) + target_link_libraries(${target} simgrid pcre pthread) endforeach(target ${SOURCE_FILE})