Unify formatting in CMake files.

This commit is contained in:
Petr Zemek 2018-01-02 12:32:04 +01:00
parent af2d4ed6ff
commit 3f5b82abd8
3 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,3 @@
# capstone2llvmir
set(CAPSTONE2LLVMIR_TOOLS ON CACHE BOOL "enable capstone2llvmir" FORCE)
set(CAPSTONE2LLVMIR_TESTS ${DEPS_TESTS} CACHE BOOL "enable capstone2llvmir tests" FORCE)

View File

@ -1,5 +1,4 @@
install (CODE "
install(CODE "
execute_process(
COMMAND sh \"${CMAKE_SOURCE_DIR}/cmake/install-share.sh\" \"${CMAKE_INSTALL_PREFIX}\"
RESULT_VARIABLE INSTALL_SHARE_RES

View File

@ -1,4 +1,3 @@
find_package(Doxygen REQUIRED)
# Variables.