<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Documentation%2F4.5%2FDevelopers%2FStyle_Guide%2FCMake</id>
	<title>Documentation/4.5/Developers/Style Guide/CMake - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Documentation%2F4.5%2FDevelopers%2FStyle_Guide%2FCMake"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Style_Guide/CMake&amp;action=history"/>
	<updated>2026-04-06T14:19:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Style_Guide/CMake&amp;diff=43551&amp;oldid=prev</id>
		<title>UpdateBot: Nightly -&gt; 4.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Style_Guide/CMake&amp;diff=43551&amp;oldid=prev"/>
		<updated>2015-11-12T21:55:56Z</updated>

		<summary type="html">&lt;p&gt;Nightly -&amp;gt; 4.5&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Naming =&lt;br /&gt;
# Macros/functions should be lower case and words separated with underscores&lt;br /&gt;
#: &amp;lt;code&amp;gt;include_directories(${CMAKE_CURRENT_SOURCE_DIR}/Logic)&amp;lt;/code&amp;gt; not &amp;lt;code&amp;gt;INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/Logic)&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;find_package(VTK REQUIRED)&amp;lt;/code&amp;gt; not &amp;lt;code&amp;gt;FIND_PACKAGE(VTK REQUIRED)&amp;lt;/code&amp;gt; nor &amp;lt;code&amp;gt;Find_Package(VTK REQUIRED)&amp;lt;/code&amp;gt;&lt;br /&gt;
# Global variables are uppercase and words separated with underscores&lt;br /&gt;
#: &amp;lt;code&amp;gt;CMAKE_CURRENT_SOURCE_DIR&amp;lt;/code&amp;gt; not &amp;lt;code&amp;gt;cmake_current_source_dir&amp;lt;/code&amp;gt;&lt;br /&gt;
# Local variables are lowercase and words separated with underscores&lt;br /&gt;
#: &amp;lt;code&amp;gt;foreach(file ${FILES_TO_CONFIGURE})...&amp;lt;/code&amp;gt; not &amp;lt;code&amp;gt;foreach(FILE ${FILES_TO_CONFIGURE})...&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>UpdateBot</name></author>
		
	</entry>
</feed>