Skip to content
Snippets Groups Projects
Commit 55a9a8d5 authored by Jonathan Kunstwald's avatar Jonathan Kunstwald
Browse files

Remove unnecessary non-MSVC compiler flags

parent ec977110
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,6 @@ add_subdirectory(extern)
# Specific MSVC flags to use C++17
if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++17 /MP /W4")
else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
endif()
# Add own targets
......
......@@ -38,7 +38,7 @@ option(qu3e_build_demo "" OFF)
add_subdirectory(qu3e)
if (NOT MSVC)
# Add Intel Parralel STL
# Add Intel Parallel STL as a replacement for <execution>
add_subdirectory(pstl)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment