fix(library/hott): remove hott_lib from build, it will be integrated in the standard library
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
e1c97d1fc4
commit
29a7d6d05a
1 changed files with 1 additions and 8 deletions
|
@ -319,16 +319,9 @@ if((${CYGWIN} EQUAL "1") OR (NOT (${CMAKE_SYSTEM_NAME} MATCHES "Windows")))
|
||||||
DEPENDS ${CMAKE_BINARY_DIR}/shell/lean
|
DEPENDS ${CMAKE_BINARY_DIR}/shell/lean
|
||||||
WORKING_DIRECTORY ${LEAN_SOURCE_DIR}/../library/standard
|
WORKING_DIRECTORY ${LEAN_SOURCE_DIR}/../library/standard
|
||||||
)
|
)
|
||||||
|
|
||||||
add_custom_target(
|
|
||||||
hott_lib ALL
|
|
||||||
COMMAND make -j ${PROCESSOR_COUNT} LEAN_PATH=.:${LEAN_SOURCE_DIR}/../library/hott LEAN="${CMAKE_BINARY_DIR}/shell/lean" LEAN_OPTIONS="--hott"
|
|
||||||
DEPENDS ${CMAKE_BINARY_DIR}/shell/lean
|
|
||||||
WORKING_DIRECTORY ${LEAN_SOURCE_DIR}/../library/hott
|
|
||||||
)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_custom_target(clean-olean
|
add_custom_target(clean-olean
|
||||||
WORKING_DIRECTORY ${LEAN_SOURCE_DIR}/../library
|
WORKING_DIRECTORY ${LEAN_SOURCE_DIR}/../library
|
||||||
COMMAND find . -type f -name '*.olean' -delete && find . -type f -name '*.d' -delete && find . -type f -name '*.clean' -delete
|
COMMAND find . -type f -name '*.olean' -delete && find . -type f -name '*.d' -delete && find . -type f -name '*.clean' -delete && find . -type f -name '*.ilean' -delete
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue