Commit aabe3ac5 authored by Fabian Meyer's avatar Fabian Meyer
Browse files

Update CMake Find module

parent 74b5e14d
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
# FindGDCPP.txt
# FindGDCpp.txt
#
#
#     Author: Fabian Meyer
#     Author: Fabian Meyer
# Created On: 05 Aug 2019
# Created On: 05 Aug 2019
@@ -7,10 +7,10 @@
#   GDCPP_INCLUDE_DIR
#   GDCPP_INCLUDE_DIR
#   GDCPP_FOUND
#   GDCPP_FOUND


find_path(GDCPP_INCLUDE_DIR
find_path(GDCPP_INCLUDE_DIR "gdcpp.h"
    HINTS
    HINTS
    ${GDCPP_ROOT}
    "${GDCPP_ROOT}/include"
    ENV GDCPP_ROOT
    "$ENV{GDCPP_ROOT}/include"
)
)


include(FindPackageHandleStandardArgs)
include(FindPackageHandleStandardArgs)