Skip to content

Commit

Permalink
Remove call to CompilerSupport.cmake, test build #1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbcat committed Sep 20, 2022
1 parent a1d4768 commit eb8bee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/mipmap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif ()
include(GetArch)
GetArch()

include(CompilerSupport)
#include(CompilerSupport)

set(SRC
include/mipmap/mipmap.h
Expand Down
2 changes: 1 addition & 1 deletion libs/texcmp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (NOT CMAKE_MODULE_PATH)
endif ()

include(FindPkgConfig)
include(CompilerSupport)
#include(CompilerSupport)

set(SRC
squish/alpha.cpp
Expand Down

0 comments on commit eb8bee1

Please sign in to comment.