Browse Source

Removed 'force' flag for distr selection

klirichek 8 years ago
parent
commit
653737d176
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/SetBuildType.cmake

+ 1 - 1
cmake/SetBuildType.cmake

@@ -22,7 +22,7 @@ foreach ( CHOICE ${_BUILDS} )
 endforeach ( CHOICE ${_BUILDS} )
 
 IF ( NOT DISTR )
-	SET ( DISTR rhel7 CACHE STRING "Choose the distr." FORCE )
+	SET ( DISTR rhel7 CACHE STRING "Choose the distr." )
 endif ()
 
 IF ( NOT DISTR )