summaryrefslogtreecommitdiffstats
path: root/Modules/FindBISON.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-29 13:59:20 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-29 13:59:20 (GMT)
commit325e452ea2d9b3224ade47eda24e44bf00a8306d (patch)
treeed39df1886167e62b3f58473702d3b7a6df1417e /Modules/FindBISON.cmake
parent9e8f74fbb0148f6aa0a026b8610da6d84bbf0366 (diff)
parent745b56f58c8147aa6015a918f3bfd19abc807b48 (diff)
downloadCMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.zip
CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.tar.gz
CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.tar.bz2
Merge topic 'find-module-cleanup-sweep'
745b56f5 Find*.cmake: drop the comments before including FPHSA 0ab9cb46 FindLibArchive: do not set LibArchive_FOUND explicitly 703d1943 FindLibArchive: use CMAKE_CURRENT_LIST_DIR to find FPHSA
Diffstat (limited to 'Modules/FindBISON.cmake')
-rw-r--r--Modules/FindBISON.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindBISON.cmake b/Modules/FindBISON.cmake
index d40b806..0ebd465 100644
--- a/Modules/FindBISON.cmake
+++ b/Modules/FindBISON.cmake
@@ -253,5 +253,3 @@ endif()
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(BISON REQUIRED_VARS BISON_EXECUTABLE
VERSION_VAR BISON_VERSION)
-
-# FindBISON.cmake ends here