Skip to content

Commit

Permalink
COMP: ubuntu -DVCL_CAN_STATIC_CONST_INIT_FLOAT=0
Browse files Browse the repository at this point in the history
probably should make this platform specific but let us keep it simple for now
  • Loading branch information
stnava committed Mar 12, 2015
1 parent 336cda9 commit 68dd060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ myrootantssource=${PWD}/ants/
myrootantslib=${PWD}/antb/lib/
myrootitklib=${PWD}/itkb/itkinst/lib/
myrootitksource=${PWD}/itkb/itkinst/include/ITK-4.8/
PKG_CPPFLAGS= -I../inst/include -I${PWD} -I${myrootitksource} -I${myrootantssource}/Examples/include/
PKG_CPPFLAGS= -I../inst/include -I${PWD} -I${myrootitksource} -I${myrootantssource}/Examples/include/ -DVCL_CAN_STATIC_CONST_INIT_FLOAT=0
libants=`find ${myrootantslib} -name "lib*.a"`
libitk=`find ${myrootitklib} -name "lib*.a"`
myarch := $(shell uname)
Expand Down

0 comments on commit 68dd060

Please sign in to comment.