mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-22 05:57:30 +02:00
Revert "Allow messages.txt to be generated also when OpenSTA makefile is not the top module. (#270)"
This reverts commit 253cca73ff.
This commit is contained in:
+1
-1
@@ -606,6 +606,6 @@ add_custom_target(sta_tags
|
|||||||
add_custom_command(
|
add_custom_command(
|
||||||
TARGET OpenSTA
|
TARGET OpenSTA
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
COMMAND cd ${CMAKE_CURRENT_LIST_DIR} && etc/FindMessages.tcl > ${CMAKE_CURRENT_LIST_DIR}/doc/messages.txt || true
|
COMMAND ${CMAKE_SOURCE_DIR}/etc/FindMessages.tcl > ${CMAKE_SOURCE_DIR}/doc/messages.txt || true
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user