mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-17 08:25:56 +00:00
Fix release build
This commit is contained in:
2
Makefile
2
Makefile
@@ -20,7 +20,7 @@ debug: ## Build Debug version of the library
|
|||||||
@$(call build_target,"Debug","$(f_debug)", "ENABLE_TESTING=ON", "-o enable_testing=True")
|
@$(call build_target,"Debug","$(f_debug)", "ENABLE_TESTING=ON", "-o enable_testing=True")
|
||||||
|
|
||||||
release: ## Build Release version of the library
|
release: ## Build Release version of the library
|
||||||
@$(call build_target,"Release","$(f_release)", "ENABLE_TESTING=OFF", "")
|
@$(call build_target,"Release","$(f_release)", "ENABLE_TESTING=OFF", "-o enable_testing=False")
|
||||||
|
|
||||||
install: ## Install the library
|
install: ## Install the library
|
||||||
@echo ">>> Installing the project..."
|
@echo ">>> Installing the project..."
|
||||||
|
Reference in New Issue
Block a user