Skip to content

Commit

Permalink
Rename source VexCLConfig.cmake so that it does not confuse cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed May 3, 2017
1 parent e2e3877 commit fa602e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ if (VEXCL_MASTER_PROJECT)
endif()

configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/VexCLConfig.cmake"
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/VexCLConfig.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/cmake/VexCLConfig.cmake"
COPYONLY
)
Expand All @@ -245,7 +245,7 @@ if (VEXCL_MASTER_PROJECT)
)

install(
FILES cmake/VexCLConfig.cmake
FILES ${CMAKE_CURRENT_BINARY_DIR}/cmake/VexCLConfig.cmake
DESTINATION share/vexcl/cmake
)
endif()
File renamed without changes.

0 comments on commit fa602e4

Please sign in to comment.