Skip to content

Commit 520cdd8

Browse files
committed
rollback precompile header propagation change
1 parent 3faeb44 commit 520cdd8

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Decoupled UserThreadWebsocketCallbacks from WebSocketeClient to support multiple WebSocketClient
1919
- Create market data and user data websocket when url is set
2020
- UserThreadWebsocketCallbacks now drains multiple queued messages per tick for higher throughput
21-
- Propagate precompile headers
22-
2321

2422
### Fixed
2523
- Various WebSocket unit tests not waiting for snapshot

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ target_precompile_headers(coinbase-advanced-cpp INTERFACE
4646
<fstream>
4747
)
4848

49-
set_target_properties(coinbase-advanced-cpp PROPERTIES
50-
TRANSITIVE_COMPILE_PROPERTIES "PRECOMPILE_HEADERS"
51-
)
52-
5349
if (MSVC)
5450
set(CMAKE_CXX_FLAGS_RELEASE "-O2")
5551
add_definitions(-D_WIN32_WINNT=0x0A00)

0 commit comments

Comments
 (0)