-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fboemer/hexl' into 'intel-v0.3'
Fboemer/hexl See merge request DBIO/glade/intel-seal!56
- Loading branch information
Showing
12 changed files
with
93 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT license. | ||
|
||
FetchContent_Declare( | ||
intel_hexl | ||
PREFIX intel_hexl | ||
GIT_REPOSITORY ssh://git@gitlab.devtools.intel.com:29418/DBIO/glade/intel-hexl.git | ||
GIT_TAG v0.3 | ||
) | ||
FetchContent_GetProperties(intel_hexl) | ||
|
||
if(NOT intel_hexl_POPULATED) | ||
FetchContent_Populate(intel_hexl) | ||
set(INTEL_HEXL_DEBUG OFF) # Set to ON/OFF to toggle debugging | ||
|
||
set(CMAKE_C_COMPILER ${CMAKE_C_COMPILER} CACHE STRING "" FORCE) | ||
set(CMAKE_CXX_COMPILER ${CMAKE_CXX_COMPILER} CACHE STRING "" FORCE) | ||
set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} CACHE STRING "" FORCE) | ||
set(HEXL_DEBUG ${INTEL_HEXL_DEBUG} CACHE BOOL "" FORCE) | ||
set(HEXL_BENCHMARK OFF CACHE BOOL "" FORCE) | ||
set(HEXL_EXPORT OFF CACHE BOOL "" FORCE) | ||
set(HEXL_COVERAGE OFF CACHE BOOL "" FORCE) | ||
set(HEXL_TESTING OFF CACHE BOOL "" FORCE) | ||
set(HEXL_SHARED_LIB OFF CACHE BOOL "" FORCE) | ||
set(EXCLUDE_FROM_ALL TRUE) | ||
|
||
mark_as_advanced(BUILD_INTEL_HEXL) | ||
mark_as_advanced(INSTALL_INTEL_HEXL) | ||
mark_as_advanced(FETCHCONTENT_SOURCE_DIR_INTEL_HEXL) | ||
mark_as_advanced(FETCHCONTENT_UPDATES_DISCONNECTED_INTEL_HEXL) | ||
|
||
add_subdirectory( | ||
${intel_hexl_SOURCE_DIR} | ||
EXCLUDE_FROM_ALL | ||
) | ||
endif() |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.