Skip to content

Commit

Permalink
Merge pull request #2032 from rcurtin/cmake-fix
Browse files Browse the repository at this point in the history
Enforce ensmallen version check.
  • Loading branch information
zoq committed Sep 28, 2019
2 parents ff4a033 + fe1e8d4 commit c996ba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/FindEnsmallen.cmake
Expand Up @@ -52,7 +52,7 @@ endif ()

# Checks 'REQUIRED', 'QUIET' and versions.
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(ensmallen
find_package_handle_standard_args(Ensmallen
REQUIRED_VARS ENSMALLEN_INCLUDE_DIR
VERSION_VAR ENSMALLEN_VERSION_STRING)

Expand Down
3 changes: 2 additions & 1 deletion HISTORY.md
@@ -1,10 +1,11 @@
### mlpack ?.?.?
###### ????-??-??
* Enforce CMake version check for ensmallen (#2032).

* Fix CMake check for Armadillo version (#2029).

### mlpack 3.2.0
###### 2019-09-25

* Fix occasionally-failing RADICAL test (#1924).

* Fix gcc 9 OpenMP compilation issue (#1970).
Expand Down

0 comments on commit c996ba5

Please sign in to comment.