Skip to content

Commit 648e4ca

Browse files
committed
minor change to build script
1 parent c0290a9 commit 648e4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildAlquimia.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ cmake .. \
1212
-DCMAKE_BUILD_TYPE=Debug \
1313
-DXSDK_WITH_PFLOTRAN=OFF \
1414
-DXSDK_WITH_CRUNCHFLOW=ON \
15-
-DTPL_CRUNCHFLOW_LIBRARIES=$CRUNCHFLOW_DIR/libcrunchchem.a \
16-
-DTPL_CRUNCHFLOW_INCLUDE_DIRS=$CRUNCHFLOW_DIR \
15+
-DTPL_CRUNCHFLOW_LIBRARIES=$CRUNCHFLOW_DIR/source/libcrunchchem.a \
16+
-DTPL_CRUNCHFLOW_INCLUDE_DIRS=$CRUNCHFLOW_DIR/source \
1717
-DCMAKE_BUILD_TYPE=DEBUG \
1818
-DCMAKE_C_FLAGS="-W -Wall -Wextra" \
1919
-DCMAKE_CXX_FLAGS="-W -Wall -Wextra" \

0 commit comments

Comments
 (0)