Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 1f63cd0

Browse files
authored
Merge pull request #380 from piotrkow2/master
Change version number
2 parents 66dc727 + 2b27891 commit 1f63cd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

skeleton-subsystem/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2727
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828

29-
# working on 2.8.12 - broken on older versions
30-
cmake_minimum_required(VERSION 2.8.12)
29+
# Known to work with CMake 3.2.2, might work with older 3.x versions, will not
30+
# work with versions prior to 3.0.0.
31+
32+
cmake_minimum_required(VERSION 3.2.2)
3133

3234
project(parameter-framework-plugins-skeleton)
3335

0 commit comments

Comments
 (0)