Skip to content

Commit

Permalink
Ignore boost warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoffland committed Mar 16, 2014
1 parent ce2e43b commit 6b58df8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
4 changes: 1 addition & 3 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ for subdir in ['']:


# Build in 'build'
import re
VariantDir('build', 'src')
src = map(lambda path: re.sub(r'^src/', 'build/', str(path)), src)
VariantDir('build', 'src', duplicate = False)
env.AppendUnique(CPPPATH = ['#/build'])


Expand Down
10 changes: 0 additions & 10 deletions qt/openscam.pro

This file was deleted.

0 comments on commit 6b58df8

Please sign in to comment.