diff --git a/src/Mod/Path/libarea/CMakeLists.txt b/src/Mod/Path/libarea/CMakeLists.txt index 167a66173e..8359267ab2 100644 --- a/src/Mod/Path/libarea/CMakeLists.txt +++ b/src/Mod/Path/libarea/CMakeLists.txt @@ -5,7 +5,7 @@ if (CMAKE_BUILD_TOOL MATCHES "make") endif (CMAKE_BUILD_TOOL MATCHES "make") if(MSVC) - add_definitions(-D_CRT_SECURE_NO_WARNINGS) + add_definitions(-D_CRT_SECURE_NO_WARNINGS /wd4244) endif(MSVC) include_directories(${PYTHON_INCLUDE_DIRS})