0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

cmakeList.txt debug message

0
Posted at

message()

CMakeLists.txt
cmake_minimum_required(VERSION 3.7)

# Set the project name - This is used later in this script to set filenames
project(CMAKE CXX)

# Set the cmake modules path to find the cmake Find* files
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/modules)

message("CMAKE_MODULE_PATH")
message(${CMAKE_MODULE_PATH})
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?