Fixed typo in CMakeLists for mdrun-gpu
authorSzilard Pall <pszilard@cbr.su.se>
Mon, 31 May 2010 10:24:20 +0000 (12:24 +0200)
committerSzilard Pall <pszilard@cbr.su.se>
Mon, 31 May 2010 10:24:20 +0000 (12:24 +0200)
src/kernel/CMakeLists.txt

index 7f1e27e0b3878f124562624e63cd82432ee236b4..3b1b3854f26a42981c6d845ab355e6dee35578c2 100644 (file)
@@ -94,7 +94,7 @@ target_link_libraries(mdrun ${GMX_EXTRA_LIBRARIES} ${GMX_OPENMM_LIBRARIES})
 # warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs
 # fatal error LNK1169: one or more multiply defined symbols found
 if(GMX_OPENMM AND MSVC)
-    set_target_properties(mdrun PROPERTIES LINK_FLAGS "/NODEFAULTLIB:LBCMT")
+    set_target_properties(mdrun PROPERTIES LINK_FLAGS "/NODEFAULTLIB:LIBCMT")
 endif()
 
 install(TARGETS