Skip to content

Commit

Permalink
Fix up compilation.
Browse files Browse the repository at this point in the history
Removed configure_file call to non-existing file `CTestCustom.cmake' in
CMakeLists.txt.

Fixes neperfepx#1.
  • Loading branch information
rquey committed Oct 7, 2016
1 parent f9c9b9d commit ea7b9e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ install (TARGETS neper DESTINATION bin
# CTEST
enable_testing ()
include(CTest)
configure_file (CTestCustom.cmake ${CMAKE_CURRENT_LIST_DIR}/CTestCustom.cmake)

# Module -T

Expand Down

0 comments on commit ea7b9e4

Please sign in to comment.