Browse Source

Fixes missing quotation mark in CMakeLists.txt introduced by last commit

Martin Melik-Merkumians 10 years ago
parent
commit
73bd74574c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/CMakeLists.txt

+ 1 - 1
source/CMakeLists.txt

@@ -62,7 +62,7 @@ endif( OpENer_TESTS )
 #######################################
 #######################################
 # OpENer C flags                      #
 # OpENer C flags                      #
 #######################################
 #######################################
-set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall )
+set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall" )
 
 
 ####################################################
 ####################################################
 # Internal cache holding the available CIP objects #
 # Internal cache holding the available CIP objects #