Skip to content

Commit

Permalink
Merge pull request #397 from bulwahn/develop
Browse files Browse the repository at this point in the history
correct path for CONFIGURE_FILE in CMakeLists.txt
  • Loading branch information
aleks-f committed Mar 5, 2014
2 parents 2b4115e + c6d2198 commit 9f3abcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ endif(APRUTIL_FOUND AND APACHE_FOUND)
#############################################################
# Uninstall stuff see: http://www.vtk.org/Wiki/CMake_FAQ
CONFIGURE_FILE(
"${CMAKE_MODULE_PATH}/cmake_uninstall.cmake.in"
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
IMMEDIATE @ONLY)

Expand Down

0 comments on commit 9f3abcb

Please sign in to comment.