mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
EED-258 Add modules uses toolchain files
This commit is contained in:
parent
a82aee9a5f
commit
7e00924d1b
1
MANIFEST
1
MANIFEST
@ -3160,6 +3160,7 @@
|
||||
./java/lib/ext/slf4j-simple-1.7.25.jar
|
||||
|
||||
# CMake-specific Files
|
||||
./config/GCC.cmake
|
||||
./config/intel.cmake
|
||||
|
||||
./config/cmake/cacheinit.cmake
|
||||
|
10
config/GCC.cmake
Normal file
10
config/GCC.cmake
Normal file
@ -0,0 +1,10 @@
|
||||
# Uncomment the following to use cross-compiling
|
||||
#set(CMAKE_SYSTEM_NAME Linux)
|
||||
set(CMAKE_COMPILER_VENDOR "GCC")
|
||||
|
||||
set(CMAKE_C_COMPILER cc)
|
||||
set(CMAKE_CXX_COMPILER c++)
|
||||
set(CMAKE_Fortran_COMPILER gfortran)
|
||||
|
||||
# the following is used if cross-compiling
|
||||
set(CMAKE_CROSSCOMPILING_EMULATOR "")
|
Loading…
Reference in New Issue
Block a user