Skip to content

Commit 854cc8f

Browse files
committed
QPR-12015 include QL from build dir
if ORE is build with QL_ENABLE_SESSIONS there is an autogenerated header file in the QL build dir which needed to be included
1 parent fe69e89 commit 854cc8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics-SWIG/oreanalytics-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ while test $# -gt 0; do
2121

2222
case $1 in
2323
--cflags)
24-
echo -I${ORE}/OREAnalytics -I${ORE}/OREData -I${ORE}/QuantExt -I${ORE}/QuantLib -I${BOOST_INC} -std=c++1z
24+
echo -I${ORE}/build/QuantLib -I${ORE}/OREAnalytics -I${ORE}/OREData -I${ORE}/QuantExt -I${ORE}/QuantLib -I${BOOST_INC} -std=c++1z
2525
;;
2626
--libs)
2727
echo -L${ORE}/build/OREAnalytics/orea -lOREAnalytics -L${ORE}/build/OREData/ored -lOREData -L${ORE}/build/QuantExt/qle -lQuantExt -L${ORE}/build/QuantLib/ql -lQuantLib -L${BOOST_LIB} -l${BOOST_THREAD} -lboost_system -lboost_serialization -lboost_date_time -lboost_regex -lboost_filesystem -std=c++1z

0 commit comments

Comments
 (0)