Skip to content

Commit 1318c79

Browse files
CMakeLists.txt: minor tweak
1 parent 9711956 commit 1318c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS on)
3232

3333
include(GNUInstallDirs)
3434

35-
if (NOT PROJECT_IS_TOP_LEVEL)
35+
if(NOT PROJECT_IS_TOP_LEVEL)
3636
set(STATIC_ANALYSIS OFF)
3737
endif()
3838

0 commit comments

Comments
 (0)