Skip to content
Snippets Groups Projects
Commit ed2291ca authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

remove verbose projects

parent 949d8cce
No related branches found
No related tags found
No related merge requests found
Pipeline #136800 passed
cmake_minimum_required(VERSION 3.20)
project(00_targets
VERSION 1.0.0
DESCRIPTION "CMake recipe for targets"
HOMEPAGE_URL
LANGUAGES CXX)
##########################
......
cmake_minimum_required(VERSION 3.20)
project(01_find_package
VERSION 1.0.0
DESCRIPTION "CMake recipe for find scripts"
HOMEPAGE_URL
LANGUAGES CXX)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
......
cmake_minimum_required(VERSION 3.20)
project(02_mkl
VERSION 1.0.0
DESCRIPTION "How to find MKL"
HOMEPAGE_URL
LANGUAGES CXX)
set(MKL_ARCH intel64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment