Skip to content

Commit

Permalink
cmake: update the profiler output so it ends in the build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Dec 22, 2024
1 parent 1b83c26 commit b967ac1
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 @@ -241,7 +241,7 @@ else ()
endif()

if (PROFILER)
set(INVOKE "CPUPROFILE=wfmash.prof ${INVOKE}")
set(INVOKE "CPUPROFILE=${CMAKE_BINARY_DIR}/wfmash.prof ${INVOKE}")
endif()

set(REGRESSION_TEST_DIR "test/data/regression")
Expand Down

0 comments on commit b967ac1

Please sign in to comment.