Skip to content
Snippets Groups Projects
Commit 89e5ad72 authored by Francois Keith's avatar Francois Keith
Browse files

Lighten CMakelists by removing win32 flags (now in cmake)

parent 6b132655
Branches
Tags
No related merge requests found
......@@ -61,11 +61,6 @@ PKG_CONFIG_APPEND_LIBS("dynamic-graph")
SEARCH_FOR_BOOST()
SEARCH_FOR_PTHREAD()
# Remove additional warnings.
IF(WIN32)
ADD_DEFINITIONS("/wd4251 /wd4275 /wd4101 /wd4355")
ENDIF(WIN32)
ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(include)
ADD_SUBDIRECTORY(tools)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment