Skip to content
Snippets Groups Projects
Commit 8b48110b authored by Marko Petric's avatar Marko Petric
Browse files

Add XERCESC_PATH to the cmake for examples

parent a695ac18
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ slc6-gcc62-XERCESC: ...@@ -59,7 +59,7 @@ slc6-gcc62-XERCESC:
- cd ../examples/ - cd ../examples/
- mkdir build - mkdir build
- cd build - cd build
- cmake -GNinja .. - cmake -GNinja -DXERCESC_ROOT_DIR=${XercesC_HOME} ..
- ninja - ninja
- ninja install - ninja install
- ctest --output-on-failure - ctest --output-on-failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment