Skip to content

Commit

Permalink
Fixes #556: Move the CompileWithWarnings.cmake module fully into th…
Browse files Browse the repository at this point in the history
…e examples subdirectory
  • Loading branch information
Eyal Rozenberg committed Dec 19, 2023
1 parent d9bc616 commit fe6bd0c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# compatability is very likely. Also, the package's CMake binary will
# not mistake any other local CMake-related files for its own.
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")

# -----------------------------------
# Project name, version & build type
Expand Down
1 change: 1 addition & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
include(CheckIncludeFiles)

option(CAW_WITH_COOPERATIVE_GROUPS "Enable cooperative-groups-related code in example programs" ON)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fe6bd0c

Please sign in to comment.