Skip to content

Commit

Permalink
fix: fixing cmake
Browse files Browse the repository at this point in the history
referenced issues #4

Signed-off-by: slowy07 <[email protected]>
  • Loading branch information
slowy07 committed Jul 31, 2023
1 parent 4e5006b commit fd6b7eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clara_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ endif()

include_directories(../include)
# eigen
include_directories(SYSTEM "$ENV{HOME}/eigen")
#[[ include_directories(SYSTEM "$ENV{HOME}/eigen") ]]
include_directories(SYSTEM "/usr/local/include")

option(WITH_OPENMP "OpenMP support" ON)
if(${WITH_OPENMP})
Expand Down

0 comments on commit fd6b7eb

Please sign in to comment.