1
Fork 0

Don't install eb with make

This commit is contained in:
Étienne Simon 2019-06-26 22:49:47 +02:00 committed by GitHub
parent b72a596381
commit 8a614e5141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ ExternalProject_Add(
PREFIX ${CMAKE_CURRENT_SOURCE_DIR}/eb
BUILD_COMMAND make
BUILD_IN_SOURCE 1
INSTALL_COMMAND ""
)
include_directories(eb ${CMAKE_BINARY_DIR})
option(JANSSON_EXAMPLES "" OFF)