Skip to content

Commit

Permalink
Don't change CMAKE_MODULE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz committed Nov 25, 2019
1 parent c6d730f commit 0a2bbc7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ endif()

project(OpenEXRMetaProject)

# Search for custom modules in our cmake directory
list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")


# An "official" way to make this a super-project
# basically overrides the find_package to not find anything
Expand Down Expand Up @@ -91,4 +88,4 @@ endif()

# Including this module will add a `clang-format` target to the build if
# the clang-format executable can be found.
include(clang-format)
include(cmake/clang-format)

0 comments on commit 0a2bbc7

Please sign in to comment.