Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Clean up script
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Jun 29, 2021
1 parent ef85538 commit 6e9e6c3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,24 +91,12 @@ set(CMAKE_CXX_FLAGS_RELEASE "-DUNICODE -D_UNICODE -D_WIN32_WINNT=_WIN32_WINNT_VI

# Locate Dependencies
find_package(ferror 1.3.0)
# find_package(linalg 1.6.0)
# find_package(nonlin 1.4.0)

if (ferror_FOUND)
message(STATUS "FERROR library found.")
set(ferror_LIBRARIES ferror)
endif()

# if (linalg_FOUND)
# message(STATUS "LINALG library found.")
# set(linalg_LIBRARIES linalg)
# endif()

# if (nonlin_FOUND)
# message(STATUS "NONLIN library found.")
# set(nonlin_LIBRARIES nonlin)
# endif()

# Locate the include directory
include_directories(${PROJECT_SOURCE_DIR}/include)

Expand Down

0 comments on commit 6e9e6c3

Please sign in to comment.