Commit 3aabdd26 authored by Dick Hollenbeck's avatar Dick Hollenbeck

fix cmake warning

parent 1794a2ae
...@@ -63,7 +63,7 @@ endif(USE_WX_GRAPHICS_CONTEXT) ...@@ -63,7 +63,7 @@ endif(USE_WX_GRAPHICS_CONTEXT)
if(USE_BOOST_POLYGON_LIBRARY) if(USE_BOOST_POLYGON_LIBRARY)
set( USE_BOOST_POLYGON_LIBRARY ON ) set( USE_BOOST_POLYGON_LIBRARY ON )
add_definitions(-DUSE_BOOST_POLYGON_LIBRARY) add_definitions(-DUSE_BOOST_POLYGON_LIBRARY)
endif(USE_WX_GRAPHICS_CONTEXT) endif(USE_BOOST_POLYGON_LIBRARY)
# Locations for install targets. # Locations for install targets.
set(KICAD_BIN bin set(KICAD_BIN bin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment