mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Modules: Consistently use 2 space indentation
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
find_program(CMAKE_CODEBLOCKS_EXECUTABLE NAMES codeblocks DOC "The CodeBlocks executable")
|
||||
|
||||
if(CMAKE_CODEBLOCKS_EXECUTABLE)
|
||||
set(CMAKE_OPEN_PROJECT_COMMAND "${CMAKE_CODEBLOCKS_EXECUTABLE} <PROJECT_FILE>" )
|
||||
set(CMAKE_OPEN_PROJECT_COMMAND "${CMAKE_CODEBLOCKS_EXECUTABLE} <PROJECT_FILE>" )
|
||||
endif()
|
||||
|
||||
# Determine builtin macros and include dirs:
|
||||
|
||||
Reference in New Issue
Block a user