From: Martin Quinson Date: Thu, 6 Jun 2019 22:25:36 +0000 (+0200) Subject: remove an old windows cruft X-Git-Tag: v3.23~61 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cad17e7393ef4a4feb39b82caa718553845084e8?hp=83b4edd035b8a44530e7fc081f923567829ab5ae;ds=inline remove an old windows cruft --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d5b8ad3e1..ba98962c94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,12 +13,6 @@ set(SMPI_CXX_FLAGS "${CMAKE_CXX_FLAGS}") #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Check for the compiler # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# - -### Need to set rc ccompiler before enable language -if(WIN32) - SET(CMAKE_RC_COMPILER "windres") -endif() - ## ## Check the C/C++ standard that we need ## See also tools/cmake/Flags.cmake that sets our paranoid warning flags