Skip to content

Commit e0a87f8

Browse files
committed
Upgraded to cppsm with structural refinements
1 parent 488e359 commit e0a87f8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,10 @@ cd trade.cpp
6868
git submodule update --init
6969
mkdir .build
7070
cd .build
71-
cmake -DCPPSM=1 ..
71+
cmake ..
7272
make all test
7373
```
7474

75-
Above the `-DCPPSM=1` option specifies that internal targets should be included,
76-
which is what you want when you are developing Trade.C++ itself.
77-
7875
If you are not using `cppsm` in your project and just want to use Trade.C++, you
7976
should be able to just
8077

0 commit comments

Comments
 (0)