Browse Source

Remove comments

merge-requests/365/head
Jørgen Lien Sellæg 11 years ago
parent
commit
80ecca9d24
  1. 12
      juci/cmake/Modules/FindLibClangmm.cmake

12
juci/cmake/Modules/FindLibClangmm.cmake

@ -2,10 +2,10 @@
# Once done this will define # Once done this will define
# LCL_FOUND - System has LibXml2 # LCL_FOUND - Libclangmm is available
# LCL_INCLUDE_DIRS - The LibXml2 include directories # LCL_INCLUDE_DIRS - The libclangmm include directories
# LCL_LIBRARIES - The libraries needed to use LibXml2 # LCL_LIBRARIES -
# LCL_DEFINITIONS - Compiler switches required for using LibXml2 # LCL_DEFINITIONS - Compiler switches required for using libclangmm
find_package(PkgConfig) find_package(PkgConfig)
@ -21,9 +21,7 @@ set(LCL_LIBRARIES ${LCL_LIBRARY} )
set(LCL_INCLUDE_DIRS ${LCL_INCLUDE_DIR} ) set(LCL_INCLUDE_DIRS ${LCL_INCLUDE_DIR} )
include(FindPackageHandleStandardArgs) include(FindPackageHandleStandardArgs)
# handle the QUIETLY and REQUIRED arguments and set LIBXML2_FOUND to TRUE
# if all listed variables are TRUE
find_package_handle_standard_args(LCL DEFAULT_MSG find_package_handle_standard_args(LCL DEFAULT_MSG
LCL_LIBRARY LCL_INCLUDE_DIR) LCL_LIBRARY LCL_INCLUDE_DIR)
mark_as_advanced(LCL_INCLUDE_DIR LCL_LIBRARY ) mark_as_advanced(LCL_INCLUDE_DIR LCL_LIBRARY )

Loading…
Cancel
Save