mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 07:35:38 +00:00
prevent updating llvm-project during 'make'
This commit is contained in:
parent
54df9fd2d7
commit
a13738fe79
@ -18,6 +18,9 @@ ExternalProject_Add(
|
|||||||
INSTALL_COMMAND DESTDIR=${PREFIX} make install-cxx-headers install-cxx install-cxxabi
|
INSTALL_COMMAND DESTDIR=${PREFIX} make install-cxx-headers install-cxx install-cxxabi
|
||||||
COMMENT "Building memcheck instrumented libc++ and libc++abi"
|
COMMENT "Building memcheck instrumented libc++ and libc++abi"
|
||||||
PREFIX ${PREFIX}
|
PREFIX ${PREFIX}
|
||||||
|
# Don't try updating the source. This prevents running update when calling 'make' (not sure why update step is run during make).
|
||||||
|
# It will also cause not updateing source during calling 'cmake' again. But we use fixed branch, so this shouldn't be needed
|
||||||
|
UPDATE_DISCONNECTED TRUE
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(
|
add_library(
|
||||||
|
Loading…
Reference in New Issue
Block a user