Skip to content

Commit

Permalink
kram - build - cmake fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alecazam committed Sep 15, 2024
1 parent 78b6b41 commit 31aaabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libkram/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ target_precompile_headers(${myTargetLib} PRIVATE
# These turns into -D, don't add to the lines
target_compile_definitions(${myTargetLib}
PUBLIC
COMPILE_EASTL=${COMPILE_EASTL
COMPILE_EASTL=${COMPILE_EASTL}

PRIVATE
COMPILE_ATE=${COMPILE_ATE}
Expand Down

0 comments on commit 31aaabc

Please sign in to comment.