Skip to content
Snippets Groups Projects
Commit b78798bb authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Fix intel cmake toolchains

add intel_py.cmake and make cache bool correct
parent b6e700c8
Branches
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
###############
set(CMAKE_CXX_COMPILER icpc CACHE STRING "")
set(CMAKE_CXX_FLAGS "-O3" CACHE STRING "")
set(USE_PYTHON OFF)
set(USE_PYTHON OFF CACHE BOOL "")
###############
# Basic Flags #
###############
set(CMAKE_CXX_COMPILER icpc CACHE STRING "")
set(CMAKE_CXX_FLAGS "-O3" CACHE STRING "")
set(USE_PYTHON ON CACHE BOOL "")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment