Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
amirarjmand93 committed Dec 10, 2024
1 parent e8b87aa commit 1a71b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/EXTERNAL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ set(SURELOG_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Surelog)
# Sync submodules after cloning

UPDATE_COMMAND git submodule sync && git submodule update --init --recursive third_party/surelog
WORKING_DIRECTORY "${SYNLIG_SOURCE_DIR}"
WORKING_DIRECTORY ${SYNLIG_SOURCE_DIR}


BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${CMAKE_BINARY_DIR}/bin/synlig_install -j${CUSTOM_BUILD_PARALLEL_LEVEL}
Expand Down

0 comments on commit 1a71b7a

Please sign in to comment.