Skip to content

Commit

Permalink
rmove a space in CMakeFile
Browse files Browse the repository at this point in the history
  • Loading branch information
uuudown committed Aug 5, 2021
1 parent 7170ee3 commit e042bd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion svsim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ IF(USE_OPENMP)
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -lomp")
ELSE()
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp")
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fopenmp")
#SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fopenmp")
SET(CMAKE_EXE_LINKER_FLAGS "-fopenmp")
ENDIF()
ENDIF()

Expand Down

0 comments on commit e042bd8

Please sign in to comment.