File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.21.0)
2- project (AsFem2 )
2+ project (AsFem )
33
44set (CMAKE_CXX_STANDARD 17)
55
@@ -198,7 +198,7 @@ elseif(MSVC)
198198 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /GL /openmp" )
199199endif ()
200200
201- message ("AsFem2 will be compiled in ${CMAKE_BUILD_TYPE} mode !" )
201+ message ("AsFem will be compiled in ${CMAKE_BUILD_TYPE} mode !" )
202202message ("CXX compiler options are: ${CMAKE_CXX_FLAGS} " )
203203message ("The executable file 'asfem' will be generated in ${CMAKE_CURRENT_SOURCE_DIR} /bin folder" )
204204###############################################
@@ -210,10 +210,10 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
210210include (SourceCode.cmake)
211211
212212##################################################
213- add_executable (asfem2 ${inc} ${src} )
213+ add_executable (asfem ${inc} ${src} )
214214
215215# target_link_libraries(asfem ${MPI_LIB} ${PETSC_LIB} ${METIS_LIB} ${GKLIB})
216- target_link_libraries (asfem2 ${MPI_LIB} ${PETSC_LIB} )
216+ target_link_libraries (asfem ${MPI_LIB} ${PETSC_LIB} )
217217
218218###############################################
219219### set LTO for asfem ###
@@ -232,4 +232,4 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
232232 endif ()
233233endif ()
234234
235- include (Test .cmake)
235+ include (Test .cmake)
You can’t perform that action at this time.
0 commit comments