We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5985d5 commit e817cfeCopy full SHA for e817cfe
CMakeLists.txt
@@ -1,9 +1,6 @@
1
cmake_minimum_required(VERSION 3.10.2)
2
project(TwoProjectionRegistration)
3
4
-# Header only libraries do not use
5
-set(TwoProjectionRegistration_LIBRARIES "")
6
-
7
if(NOT ITK_SOURCE_DIR)
8
find_package(ITK 5.1 REQUIRED)
9
list(APPEND CMAKE_MODULE_PATH ${ITK_CMAKE_DIR})
0 commit comments