Skip to content

Commit

Permalink
Fixed prefix setting
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed Mar 29, 2022
1 parent 8fe9977 commit f0d134b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/benchmarking.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
## =============================================================================

if(NOT ctbench_FOUND)
set(GRAPHER_PREFIX ${CMAKE_BINARY_DIR}/grapher/ PARENT_SCOPE)
set(TTW_PREFIX ${CMAKE_BINARY_DIR}/ttw/ PARENT_SCOPE)
set(GRAPHER_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/grapher/ PARENT_SCOPE)
set(TTW_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/ttw/ PARENT_SCOPE)

message(ctbench was imported)
message(GRAPHER_PREFIX: ${GRAPHER_PREFIX})
Expand Down

0 comments on commit f0d134b

Please sign in to comment.