Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cmrtlib/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.11)
include (${CMAKE_CURRENT_LIST_DIR}/cmrt_utils.cmake)


Expand Down Expand Up @@ -90,9 +90,9 @@ set(CMRT_DEFINES ${CMRT_DEFINES} VPHAL ISTDLIB_UMD CM_RT_EXPORTS)
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(CMRT_DEFINES ${CMRT_DEFINES} __CT__)
endif()
set_target_properties( igfxcmrt PROPERTIES
FOLDER CM_RT
COMPILE_DEFINITIONS "${CMRT_DEFINES}"
set_target_properties( igfxcmrt PROPERTIES
FOLDER CM_RT
COMPILE_DEFINITIONS "${CMRT_DEFINES}"
)

# set the version
Expand Down
Loading