Skip to content

Commit

Permalink
Make sure proper build dir is used for multiple use= flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinhora committed Jul 16, 2023
1 parent 4bd6b08 commit 9813e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if(PONY_USE_RUNTIMESTATS_MESSAGES)
endif()

if(PONY_USE_POOL_MEMALIGN)
set(PONY_OUTPUT_SUFFIX "-pool_memalign")
set(PONY_OUTPUT_SUFFIX "${PONY_OUTPUT_SUFFIX}-pool_memalign")
add_compile_options(-DUSE_POOL_MEMALIGN)
endif()

Expand Down

0 comments on commit 9813e58

Please sign in to comment.