Skip to content
Snippets Groups Projects
Commit 344dd3b6 authored by Vesa Oikonen's avatar Vesa Oikonen
Browse files

removed commented-out section

parent 7f8796b8
No related branches found
No related tags found
No related merge requests found
...@@ -65,12 +65,6 @@ else () ...@@ -65,12 +65,6 @@ else ()
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -mfpmath=sse -Wall -Wno-unknown-pragmas -D_POSIX_C_SOURCE=200809L -std=c11") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -mfpmath=sse -Wall -Wno-unknown-pragmas -D_POSIX_C_SOURCE=200809L -std=c11")
endif () endif ()
# Set compiler and linker flags for OpenMP
#if(OPENMP_FOUND AND UNIX)
# message("OpenMP found")
# set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")
# set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${OpenMP_EXE_LINKER_FLAGS}")
#endif()
# Set compiler and linker flags for OpenMP except for 32-bit executables # Set compiler and linker flags for OpenMP except for 32-bit executables
if(OPENMP_FOUND AND "${CURRENT_PLATFORM}" EQUAL 64) if(OPENMP_FOUND AND "${CURRENT_PLATFORM}" EQUAL 64)
message("OpenMP found") message("OpenMP found")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment