We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3b163 commit 0635ba0Copy full SHA for 0635ba0
CMakeLists.txt
@@ -606,6 +606,6 @@ add_custom_target(sta_tags
606
add_custom_command(
607
TARGET OpenSTA
608
POST_BUILD
609
- 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
610
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
611
)
0 commit comments