Skip to content

Commit 0635ba0

Browse files
committed
Revert "Allow messages.txt to be generated also when OpenSTA makefile is not the top module. (#270)"
This reverts commit 253cca7.
1 parent 3d3b163 commit 0635ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,6 @@ add_custom_target(sta_tags
606606
add_custom_command(
607607
TARGET OpenSTA
608608
POST_BUILD
609-
COMMAND cd ${CMAKE_CURRENT_LIST_DIR} && etc/FindMessages.tcl > ${CMAKE_CURRENT_LIST_DIR}/doc/messages.txt || true
609+
COMMAND ${CMAKE_SOURCE_DIR}/etc/FindMessages.tcl > ${CMAKE_SOURCE_DIR}/doc/messages.txt || true
610610
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
611611
)

0 commit comments

Comments
 (0)