Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
Take master branch of CppUnit
Browse files Browse the repository at this point in the history
We've merged the CMake script into the master branch of our fork to make it better visible.
  • Loading branch information
Ghostkeeper committed Aug 10, 2017
1 parent 47260a3 commit 5628c1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devel/cppunit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ endif()

ExternalProject_Add(CppUnit
GIT_REPOSITORY https://github.com/Ultimaker/CppUnit.git
GIT_TAG cmake
CONFIGURE_COMMAND ${CMAKE_COMMAND} ../CppUnit -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} ${extra_cmake_args}
BUILD_COMMAND ${make_tool}
INSTALL_COMMAND ${make_tool} install
Expand Down

0 comments on commit 5628c1c

Please sign in to comment.