We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36a225 commit 1fcc5d1Copy full SHA for 1fcc5d1
CMakeLists.txt
@@ -99,10 +99,6 @@ find_program(FYPP_EXE fypp REQUIRED)
99
link_libraries("${CMAKE_DL_LIBS}")
100
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS ON)
101
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/toolchain/cmake/regular")
102
-if (CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
103
- list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/toolchain/cmake/cce")
104
-endif()
105
-
106
107
# Compiler Flags: Here, we specify our own compiler flags for both release and
108
# debug builds. These include optimization and debug flags, as well as some that
toolchain/cmake/cce/FindHDF5.cmake
0 commit comments