aboutsummaryrefslogtreecommitdiff
blob: 77e401639cf3842ed3e21a8efe63c1dde9eafb81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Add 'Gentoo' build type

--- ../CMakeLists.txt	2019-12-02 22:29:24.021065669 -0300
+++ ../CMakeLists.txt	2019-12-02 22:29:11.251065418 -0300
@@ -123,6 +123,7 @@
 	if(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
 
 	elseif (${CMAKE_BUILD_TYPE} STREQUAL "Release")
+	elseif (${CMAKE_BUILD_TYPE} STREQUAL "Gentoo")
 	else()
 		message(FATAL_ERROR "Invalid build type")
 	endif()