X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=c9c8b95fc2e1c01177734ae0004c683200ce53d3;hb=a1da60c51c6053818199a05696c4fcee6533f828;hp=e01208a5bee03cd7cc577cb06b34be85e6023c53;hpb=d4fe3918e39a5786f5271071ca6490c61ccea178;p=unres.git diff --git a/CMakeLists.txt b/CMakeLists.txt index e01208a..c9c8b95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,7 +117,7 @@ endif(MPIF_FOUND) #====================================== # Detect system architecture -# +#======================================= if( CMAKE_SIZEOF_VOID_P EQUAL 4 ) set(architektura "32") @@ -127,6 +127,14 @@ endif( CMAKE_SIZEOF_VOID_P EQUAL 4 ) message("Detected ${architektura}-bit architecture") +#======================================= +# Find other libraries +#======================================= + +# used by unres/src_MIN +find_package (Threads) + + #======================================= # Create diractories for build targets