Boost unit test framework is always available
[platform/core/security/device-certificate-manager.git] / cmake / CheckFrameworks.cmake
index 631e9c9..87851a5 100644 (file)
@@ -4,16 +4,14 @@ INCLUDE(CheckLibraryExists)
 INCLUDE(CheckFunctionExists)
 INCLUDE(CheckIncludeFiles)
 
-FIND_PACKAGE(Boost 1.54 COMPONENTS unit_test_framework)
-
-FIND_PACKAGE(Boost 1.54
-       REQUIRED
+FIND_PACKAGE(Boost REQUIRED
        COMPONENTS
-               serialization
-               filesystem
-               log
-               thread
-               system)
+       serialization
+       filesystem
+       log
+       thread
+       system
+       unit_test_framework)
 
 FIND_PACKAGE(PkgConfig REQUIRED)