Skip to content

Commit

Permalink
Tidy up unnecessary changes in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
shikharbhardwaj committed Aug 1, 2017
1 parent 19f70ca commit 00dadf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mlpack/CMakeLists.txt
@@ -1,7 +1,7 @@
include_directories(${CMAKE_CURRENT_BINARY_DIR}/..) # mlpack/mlpack_export.hpp

# Add core.hpp to list of sources.
set(MLPACK_SRCS ${MLPACK_SRCS} "${CMAKE_CURRENT_SOURCE_DIR}/core.hpp" core/optimizers/scd/descent_policies/cyclic_descent.hpp core/optimizers/scd/descent_policies/greedy_descent.hpp)
set(MLPACK_SRCS ${MLPACK_SRCS} "${CMAKE_CURRENT_SOURCE_DIR}/core.hpp")

## Recurse into both core/ and methods/.
set(DIRS
Expand Down
3 changes: 2 additions & 1 deletion src/mlpack/tests/CMakeLists.txt
Expand Up @@ -106,7 +106,8 @@ add_executable(mlpack_test
tree_traits_test.cpp
ub_tree_test.cpp
union_find_test.cpp
vantage_point_tree_test.cpp)
vantage_point_tree_test.cpp
)

# Link dependencies of test executable.
target_link_libraries(mlpack_test
Expand Down

0 comments on commit 00dadf4

Please sign in to comment.