~midori/midori/moreBeans

« back to all changes in this revision

Viewing changes to config/CMakeLists.txt

  • Committer: Paweł Forysiuk
  • Date: 2013-10-11 21:08:57 UTC
  • mto: This revision was merged to the branch mainline in revision 6435.
  • Revision ID: tuxator@o2.pl-20131011210857-z59yyoughvm8o0tf
Use STREQUAL

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
file (GLOB_RECURSE CONFIG_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *)
7
7
list (REMOVE_ITEM CONFIG_FILES "CMakeLists.txt")
8
8
 
9
 
if (${CMAKE_INSTALL_PREFIX} EQUAL "/usr")
 
9
if (${CMAKE_INSTALL_PREFIX} STREQUAL "/usr")
10
10
    set(CMAKE_INSTALL_SYSCONFDIR "/etc")
11
11
endif()
12
12