Skip to content

Commit

Permalink
Changing target_compile_definitions to public so that they are inheri…
Browse files Browse the repository at this point in the history
…ted by the user circuit file
  • Loading branch information
Anna Brown committed Mar 17, 2020
1 parent 292d39c commit 0534597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuEST/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ target_include_directories(QuEST
# ----- Definitions -----------------------------------------------------------

target_compile_definitions(QuEST
PRIVATE
PUBLIC
QuEST_PREC=${PRECISION}
)

Expand Down

0 comments on commit 0534597

Please sign in to comment.